Find a company by name
Find a company's LinkedIn page from its name (and optionally location or industry keywords). Runs a site:linkedin.com/company Google search via serper.dev, then hydrates the top matches with a full company fetch each — returning the search snippet alongside the parsed company page. Charged once regardless of how many matches hydrate; a match whose page is momentarily unavailable is returned with company: null.
Costs 10 credits per request.
Authorization
ApiKeyAuth API key created in the extractr dashboard (ext_live_...). Also accepted as Authorization: Bearer.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/linkedin/find_company" \ -H "Content-Type: application/json" \ -d '{ "name": "Google DeepMind" }'{ "query": "string", "count": 0, "matches": [ { "company_url": "string", "serp_title": "string", "serp_snippet": "string", "company": { "slug": "google", "name": "Google", "url": "https://uk.linkedin.com/company/google", "logo": "string", "tagline": "string", "description": "string", "website": "https://goo.gle/3DBjWFV", "industry": "Software Development", "company_size": "10,001+ employees", "headquarters": "Mountain View, CA", "organization_type": "Public Company", "specialties": "string", "followers": 30000000, "employees_on_linkedin": 300000, "organization_id": "1441" } } ]}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}