Capterra Scraper

ENDPOINTS
GET/capterra/categories

Products By Category

Fetch all products listed under a Capterra category. Returns product links and IDs for every product in the category.

QUERY PARAMS

Full Capterra category link.

Example: https://www.capterra.com/customer-relationship-management-software/

{
  "link": "https://www.capterra.com/customer-relationship-management-software/",
  "count": 1834,
  "results": [
    {
      "link": "https://www.capterra.com/p/136797/RAYNET-CRM/",
      "id": 136797
    },
    {
      "link": "https://www.capterra.com/p/204998/Bigin-by-Zoho-CRM/",
      "id": 204998
    },
    {
      "link": "https://www.capterra.com/p/132666/Pipedrive/",
      "id": 132666
    },
    {
      "link": "https://www.capterra.com/p/61368/Salesforce/",
      "id": 61368
    },
    {
      "link": "https://www.capterra.com/p/110228/MailChimp/",
      "id": 110228
    },
    {
      "link": "https://www.capterra.com/p/155928/Zoho-CRM/",
      "id": 155928
    },
    {
      "link": "https://www.capterra.com/p/157279/Dynamics-365/",
      "id": 157279
    },
    {
      "link": "https://www.capterra.com/p/158833/ClickUp/",
      "id": 158833
    },
    {
      "link": "https://www.capterra.com/p/152373/HubSpot-CRM/",
      "id": 152373
    },
    {
      "link": "https://www.capterra.com/p/164283/Zendesk/",
      "id": 164283
    },
    {
      "link": "https://www.capterra.com/p/79104/Smartsheet/",
      "id": 79104
    },
    {
      "link": "https://www.capterra.com/p/31898/Constant-Contact/",
      "id": 31898
    },
    {
      "link": "https://www.capterra.com/p/79367/ActiveCampaign/",
      "id": 79367
    },
    {
      "link": "https://www.capterra.com/p/146652/Airtable/",
      "id": 146652
    },
    {
      "link": "https://www.capterra.com/p/132996/brevo/",
      "id": 132996
    },
    {
      "link": "https://www.capterra.com/p/123032/Nimble/",
      "id": 123032
    },
    {
      "link": "https://www.capterra.com/p/105428/Clio/",
      "id": 105428
    },
    {
      "link": "https://www.capterra.com/p/135757/NetSuite/",
      "id": 135757
    },
    {
      "link": "https://www.capterra.com/p/76390/Infusionsoft/",
      "id": 76390
    },
    {
      "link": "https://www.capterra.com/p/148516/Marketing-360/",
      "id": 148516
    },
    {
      "link": "https://www.capterra.com/p/113540/Bitrix24/",
      "id": 113540
    },
    {
      "link": "https://www.capterra.com/p/135618/Odoo/",
      "id": 135618
    },
    {
      "link": "https://www.capterra.com/p/77264/mHelpDesk/",
      "id": 77264
    },
    {
      "link": "https://www.capterra.com/p/178819/EngageBay-Marketing/",
      "id": 178819
    },
    {
      "link": "https://www.capterra.com/p/175860/Act/",
      "id": 175860
    },
    "... 1809 more items"
  ]
}