POST
/
api
/
linkedin
/
leads
/
by_icp
/
get_count
/
curl --request POST \
  --url https://api.generect.com/api/linkedin/leads/by_icp/get_count/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "company_link": "https://www.linkedin.com/company/fette-compacting-gmbh",
  "locations": [
    "Austria",
    "Switzerland"
  ],
  "personas": [
    [
      "Communication",
      [
        "Communication",
        "Kommunikation",
        "Communication"
      ],
      [],
      [
        "Assistant",
        "Operations",
        "Hubspot"
      ]
    ],
    [
      "Communications",
      [
        "Communications",
        "Kommunikation",
        "Communications"
      ],
      [],
      [
        "Assistant",
        "Operations",
        "Hubspot"
      ]
    ]
  ],
  "exclude_names": [
    "Volker Reinsch",
    "Nathalie Hoffmann",
    "Nora Behrens",
    "Emanuel da Silva Gomes",
    "Kerstin Schaper",
    "Angela Hogrefe"
  ],
  "filter_empty_vars": [
    "started_at_position"
  ]
}'
{
  "amount": -3,
  "results_count": "within limit"
}

Use Case:

Quickly assess lead volume for new campaigns.

Authorizations

Authorization
string
header
required

Use 'Token <api-key>' as the value

Body

application/json

Response

200 - application/json

200

The response is of type object.