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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.edges.run/llms.txt

Use this file to discover all available pages before exploring further.

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

Response

Successful response

linkedin_company_url
string<url>