POST
/
linkedin
/
companies
curl --request POST \
  --url https://api.scrapetable.com/linkedin/companies \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "links": [
    "http://www.linkedin.com/company/aep-energy",
    "http://www.linkedin.com/company/johnson-&-johnson",
    "http://www.linkedin.com/company/ametek"
  ],
  "flatten": false
}'
{}

This endpoint costs 1 credit per search.

Authorizations

api-key
string
header
required

Body

application/json
Example:
[
  "http://www.linkedin.com/company/aep-energy",
  "http://www.linkedin.com/company/johnson-&-johnson",
  "http://www.linkedin.com/company/ametek"
]
flatten
boolean
Example:

false

Response

200 - application/json
Successful response

The response is of type object.