Skip to main content
POST
/
actions
/
linkedin-find-company-url
/
run
/
live
Run linkedin-find-company-url action live
curl --request POST \
  --url https://api.edges.run/v1/actions/linkedin-find-company-url/run/live \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "input": {
    "domain": "<string>",
    "address": "<string>",
    "custom_data": {}
  }
}'
{
  "linkedin_company_url": "<string>"
}
This action uses AI to automatically find LinkedIn company page URLs based on company information. You can provide either a company name or domain, and the action will search and return the corresponding LinkedIn company page URL.

Authorizations

X-API-Key
string
header
required

Body

application/json
input
object
required
  • Option 1
  • Option 2

Response

Successful response

linkedin_company_url
string<url>
I