Piloterr

Dataset Linkedin Company

POST
/v2/datasets/linkedin/company

Query the LinkedIn company dataset with Elasticsearch Query DSL. Filter by name, domain, industry, headcount, and country. POST-only, 1 credit per row returned.

Credit cost: 1 credit per row

Autorização

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Corpo da resposta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v2/datasets/linkedin/company"

{  "hits": [    {      "_id": "31",      "_type": "_doc",      "_index": "linkedin_company",      "_score": 18.08,      "_source": {        "name": "WebAPI Group",        "domain": "webapi.group",        "founded": 2022,        "tagline": "We elevate your business, one API at a time.",        "website": "https://www.webapi.group/",        "industry": "Software Development",        "created_at": "2024-05-06T08:59:44.485+00:00",        "updated_at": "2026-01-01T14:18:57.406+00:00",        "description": "Unlock the full potential of web intelligence with our APIs.",        "staff_count": 2,        "staff_range": "1-10",        "linkedin_url": "https://www.linkedin.com/company/webapi-group",        "locations_list": [],        "last_crawled_at": "2026-01-01T14:18:35.442+00:00",        "headquarter_city": null,        "headquarter_line1": null,        "linkedin_id_alpha": "webapi-group",        "specialities_list": [          "API",          "Scraping",          "Web",          "Web intelligence"        ],        "headquarter_country": null,        "linkedin_id_numeric": 101119787,        "headquarter_postal_code": null      }    }  ],  "total": 1,  "max_score": 18.08,  "search_metadata": {    "credits": {      "linkedin_company_count": 1    },    "account_id": "*",    "account_name": "*"  }}

{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}