Skip to main content
GET
/
v1
/
enrichment
/
company
Extract Company Data Profile
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/company
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"daily_rate_limit_left": 19000,
"minute_rate_limit_left": 499,
"next_minute_rate_limit_reset": "2024-01-15T10:31:00Z",
"company": {
"linkedInId": "71234370",
"name": "Data company",
"universalName": "data-company",
"linkedInUrl": "https://www.social.com/company/12345678",
"employeeCount": 14,
"followerCount": 806,
"employeeCountRange": {
"start": 11,
"end": 50
},
"websiteUrl": "https://data.com",
"tagline": "We Provide Data for companies",
"description": "Our mission is to provide the most accurate and reliable web data, empowering AI applications to thrive in this new era of computing.",
"industry": "Software Development",
"phone": null,
"specialities": [
"Lead Generation",
"Lead Qualification",
"Market Search",
"Competitor analysis",
"CRM enrichment"
],
"headquarter": {
"city": "Paris",
"country": "FR",
"postalCode": "75000",
"geographicArea": "Île-de-France",
"street1": "3, Paris street",
"street2": "mailbox 003"
},
"logo": "https://media.licdn.com/dms/image/v2/D4E0BAQGj-Nfob0e55g/company-logo_400_400/company-logo_400_400/0/1702166267344/data_logo?e=1756339200&v=beta&t=99eMIcY7IX2cLI-YkJOBdfg16aCwmd7Tpk8BrSXaJHg",
"foundedOn": {
"year": 2020
},
"fundingData": null,
"backgroundUrl": "https://media.licdn.com/dms/image/v2/D4E1BAQEldpeB551LZA/company-background_10000/company-background_10000/0/1678715803339/data_cover?e=1751288400&v=beta&t=gA-h6dpu8MRhpok9BoeVM5A0aPxGcM-9O7BqdOG8uRM"
}
}

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard. You must use it in the query string of your request as ?apiKey=YOUR_API_KEY or in the headers as x-api-key: YOUR_API_KEY

Query Parameters

linkedInUrl
string
required

This required parameter is a string. It represents the Social URL of the company with this format: https://www.social.com/company/xxxxxxxxxx/.

Response

The endpoint returns information about the company.

success
boolean

Indicates success or failure of api request.

credits_left
integer

Represents the usable credits available for the user account after this query.

rate_limit_left
integer

Represents the usable daily request limit available for the user account after this query.

daily_rate_limit_left
integer

Represents the usable daily request limit available for the user account after this query.

minute_rate_limit_left
integer

Represents the usable minute request limit available for the user account after this query.

next_minute_rate_limit_reset
integer

Represents the next minute rate limit reset for the user account after this query.

company