POST
/
v1
/
ads
/
b2b-ads-search
B2B Search Ads
curl --request POST \
  --url https://api.leadmagic.io/v1/ads/b2b-ads-search \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "company_domain": "gong.io",
  "company_name": "gong"
}'
{
  "ads": [
    {
      "content": "Start your day knowing what deals you need to focus on instead of opening up a dozen tabs in your CRM.",
      "link": "https://www.linkedin.com/ad-library/detail/633872143"
    },
    {
      "content": "Start your day knowing what deals you need to focus on instead of opening up a dozen tabs in your CRM.",
      "link": "https://www.linkedin.com/ad-library/detail/633865353"
    }
  ],
  "credits_consumed": 2
}
You must provide either the Company Domain Name or the Company Name in your request.
Each returned ad costs 0.2 credits, with a maximum of 30 ads per API call.
Rate Limit: 300 requests per minute.

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200 - application/json

Successful response with ads details

The response is of type object.