Get Started
Leads
Estimate number of leads
Estimate the number of leads matching specific search criteria.
POST
/
api
/
linkedin
/
leads
/
by_icp
/
get_count
/
Copy
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"
]
}'
Copy
{
"amount": -3,
"results_count": "within limit"
}
Use Case:
Quickly assess lead volume for new campaigns.
Authorizations
Use 'Token <api-key>' as the value
Body
application/json
Response
200 - application/json
200
The response is of type object
.
Copy
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"
]
}'
Copy
{
"amount": -3,
"results_count": "within limit"
}
Assistant
Responses are generated using AI and may contain mistakes.