POST
/
linkedin
/
profiles
curl --request POST \
  --url https://api.scrapetable.com/linkedin/profiles \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "links": [
    "http://www.linkedin.com/in/williamhgates",
    "http://www.linkedin.com/in/kevinolearytv"
  ],
  "flatten": false
}'
{}

This endpoint costs 1 credit per search.

Authorizations

api-key
string
header
required

Body

application/json
Example:
[
  "http://www.linkedin.com/in/williamhgates",
  "http://www.linkedin.com/in/kevinolearytv"
]
flatten
boolean
Example:

false

Response

200 - application/json
Successful response

The response is of type object.