cURL
curl --request POST \ --url https://api.anysite.io/api/linkedin/google/company \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "keywords": [ "<string>" ], "timeout": 300, "with_urn": false, "count": 100 } '
[ { "url": "<string>", "urn": { "type": "<string>", "value": "<string>" }, "alias": "<string>", "title": "<string>", "description": "<string>", "@type": "LinkedinGoogleCompany" } ]
Company keywords. For example, company name or company website
15
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
If you need to include urns to the response. It increases execution times.
Max result count
Successful Response
Show child attributes
"company"