Getting Started
Person
Person Activities
Workspace
Company
Company Search
This operation allows you to find a company from its domain name. It returns company information as the response. This operation consumes 1 credit.
GET
/
enrichment
/
company
/
domain
Copy
curl --request GET \
--url https://api.scrapin.io/v1/enrichment/company/domain
Copy
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"company": {
"linkedInId": "71234370",
"name": "Visum",
"universalName": "visum-run",
"linkedInUrl": "https://www.linkedin.com/company/71234370",
"employeeCount": 14,
"followerCount": 806,
"employeeCountRange": {
"start": 11,
"end": 50
},
"websiteUrl": "https://visum.run",
"tagline": "We Provide Data for AI-driven technologies",
"description": "We are pioneers in live web scraping and data solutions, empowering AI applications to harness the power of real-time information.\n\nOur mission is to provide the most accurate and reliable web data, empowering AI applications to thrive in this new era of computing.\n\nAt Visum, we enable AI systems to access the freshest knowledge from the web, preparing for a future where AI-driven searches will exponentially surpass human searches.\n\nWe are committed to delivering unparalleled accuracy, scalability, and reliability, elevating the global AI ecosystem.",
"industry": "Software Development",
"phone": null,
"specialities": [
"Lead Generation",
"Lead Qualification",
"Market Search",
"Competitor analysis",
"CRM enrichment"
],
"headquarter": {
"city": "Paris",
"country": "FR",
"postalCode": "75013",
"geographicArea": "Île-de-France",
"street1": "25, Rue de Tolbiac",
"street2": "VISUM mailbox"
},
"logo": "https://media.licdn.com/dms/image/v2/D4E0BAQGj-Nfob0e55g/company-logo_400_400/company-logo_400_400/0/1702166267344/visum_run_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/visum_run_cover?e=1751288400&v=beta&t=gA-h6dpu8MRhpok9BoeVM5A0aPxGcM-9O7BqdOG8uRM"
}
}
Authorizations
This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.
Query Parameters
This required parameter is a string. It represents the domain name of the company to query.
Response
200
application/json
The endpoint returns information about the company.
The response is of type object
.
Copy
curl --request GET \
--url https://api.scrapin.io/v1/enrichment/company/domain
Copy
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"company": {
"linkedInId": "71234370",
"name": "Visum",
"universalName": "visum-run",
"linkedInUrl": "https://www.linkedin.com/company/71234370",
"employeeCount": 14,
"followerCount": 806,
"employeeCountRange": {
"start": 11,
"end": 50
},
"websiteUrl": "https://visum.run",
"tagline": "We Provide Data for AI-driven technologies",
"description": "We are pioneers in live web scraping and data solutions, empowering AI applications to harness the power of real-time information.\n\nOur mission is to provide the most accurate and reliable web data, empowering AI applications to thrive in this new era of computing.\n\nAt Visum, we enable AI systems to access the freshest knowledge from the web, preparing for a future where AI-driven searches will exponentially surpass human searches.\n\nWe are committed to delivering unparalleled accuracy, scalability, and reliability, elevating the global AI ecosystem.",
"industry": "Software Development",
"phone": null,
"specialities": [
"Lead Generation",
"Lead Qualification",
"Market Search",
"Competitor analysis",
"CRM enrichment"
],
"headquarter": {
"city": "Paris",
"country": "FR",
"postalCode": "75013",
"geographicArea": "Île-de-France",
"street1": "25, Rue de Tolbiac",
"street2": "VISUM mailbox"
},
"logo": "https://media.licdn.com/dms/image/v2/D4E0BAQGj-Nfob0e55g/company-logo_400_400/company-logo_400_400/0/1702166267344/visum_run_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/visum_run_cover?e=1751288400&v=beta&t=gA-h6dpu8MRhpok9BoeVM5A0aPxGcM-9O7BqdOG8uRM"
}
}
Assistant
Responses are generated using AI and may contain mistakes.