Enrich Companies (get)

Quota limitation

Results received from this endpoint count towards the company enrichment and search quota.

Provide an enrichment ID and the endpoint will return the corresponding company enrichment results.

The enrichment might take a few seconds to complete, we recommend polling this endpoint around once every second until a status other than IN_PROGRESS is received.

Webhook notifications are on our roadmap. For updates on the current status, feel free to reach out to us at api.support@surfe.com.

Looking for V1? It’s deprecated, but still available here

GET
/v2/companies/enrich/{id}

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

idRequiredstring

Identifier of the enrichment operation from which the results can be retrieved.

curl -X GET "https://api.surfe.com/v2/companies/enrich/<string>" \
  -H "Authorization: Bearer <token>"

List of enriched companies

{
  "companies": [
    {
      "description": "Sales teams waste too much time on repetitive admin tasks. Surfe handles everything before the phone call - identifying target accounts, building lead lists, and enriching data. Our mission is to empower sales teams, automating the essential steps of the workflow while enhancing the human touch. Trusted by 3,000+ companies from local to global GTM needs like Google, Uber, AWS, Bolt, Pigment. Compatible with HubSpot, Salesforce, Pipedrive, and Copper CRM. As a GDPR-compliant and ISO27001-certified tool, Surfe helps your team operate from a gold standard of data, making sure everything is structured, categorized, updated, and protected. Surfe has been selected as Top 100 fastest-growing products on G2 and recognized as a Top 100 Rising European Startups by VivaTech in 2025.",
      "digitalPresence": [
        {
          "name": "LinkedIn",
          "url": "https://www.linkedin.com/company/surfe"
        }
      ],
      "employeeCount": 65,
      "externalID": "external-id",
      "followersCountLinkedin": 8896,
      "founded": "2020",
      "fundingRounds": [
        {
          "amount": 9999999999,
          "amountCurrency": "$",
          "announcedDate": "2021-01-01",
          "leadInvestors": [
            "Investor A",
            "Investor B"
          ],
          "name": "Seed Round - Surfe"
        }
      ],
      "hqAddress": "52 Rue Chaussée D'antin Paris  FR 75009",
      "hqCountry": "FR",
      "industry": "IT Services",
      "ipo": {
        "date": "2021-01-01",
        "sharePrice": 100,
        "sharePriceCurrency": "$"
      },
      "isPublic": false,
      "keywords": [
        "crm updates",
        "reply rate",
        "linkedin sales",
        "linkedin messages",
        "synchronize linkedin",
        "secure crm"
      ],
      "linkedInURL": "https://linkedin.com/company/surfe",
      "name": "Surfe",
      "parentOrganization": {
        "name": "Parent Organization",
        "website": "https://www.parentorganization.com"
      },
      "phones": [
        ""
      ],
      "revenue": "10-50M",
      "status": "COMPLETED",
      "stocks": [
        {
          "exchange": "string",
          "ticker": "string"
        }
      ],
      "subIndustry": "Internet Services & Infrastructure",
      "websites": [
        "surfe.com"
      ]
    }
  ],
  "percentCompleted": 50,
  "status": "IN_PROGRESS"
}