The Company Data Search API allows you to retrieve key information about companies by querying their domain name or brand keyword. This data includes industry, revenue range, employee count, location, and more—helping you enrich your leads database and improve prospecting accuracy for your sales and marketing campaigns.
This API is especially useful for building segmented outreach workflows, enriching CRMs or automation platforms, and verifying company information at scale.
⚠️ Note: Each request that returns company data will deduct credits from your account.
1) Company Data Search API
The Company Data Search API is a GET
endpoint that returns company information based on a keyword or domain query. This can be used to enrich contact databases or gather company-level insights for targeted outreach.
Example request:
curl "https://api.skrapp.io/lwh/company/search?kw=skrapp.io" \
-H "X-Access-Key:Your API Key" \
-H "Content-Type:application/json"
Example JSON response:
{
"result": [
{
"name": "Skrapp.io",
"domain": "skrapp.io",
"website": "https://skrapp.io",
"industry": "Technology, Information and Internet",
"type": "Privately Held",
"linkedin_url": "https://linkedin.com/company/19223256",
"revenue": "500 THOUSAND USD - 1 MILLION USD",
"employee_count": 6,
"employee_count_range": "2-10",
"address": "160 Robinson Road, #14-04 Singapore Business Federation Centre",
"city": "Singapore",
"country": "Singapore",
"geo_area": "Singapore",
"postal_code": "068914",
"logo_url_primary": "https://logos.skrapp.io/company/19223256",
"logo_url_secondary": "https://logos-cdn.skrapp.io/logos/skrapp.io"
}
]
}
2) Authentication & Access
API access is available exclusively to premium accounts. If you're on a free plan, you’ll need to upgrade to use the Company Data Search API.
Each premium account is assigned a unique API Access Key, which is required to authenticate requests. This key is confidential and must be securely stored and never shared with third parties.
To find your API key, log in to your Skrapp.io account, go to Settings, and open the Integrations tab to view and manage your credentials.
For more information about the Company Data Search API, visit: Company Data Search API Reference.
Comments
0 comments
Please sign in to leave a comment.