POST
/
b2b
/
searchads
curl --request POST \
  --url https://api.leadmagic.io/b2b/searchads \
  --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"
    },
    {
      "content": "Is your CRM helping you stay on track?",
      "link": "https://www.linkedin.com/ad-library/detail/633872163"
    },
    {
      "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/633827683"
    },
    {
      "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/633872173"
    },
    {
      "content": "You 𝘤𝘰𝘶𝘭𝘥 toil through your CRM and listen to a 40-minute call or...",
      "link": "https://www.linkedin.com/ad-library/detail/633827693"
    },
    {
      "content": "You 𝘤𝘰𝘶𝘭𝘥 toil through your CRM and listen to a 40-minute call or...",
      "link": "https://www.linkedin.com/ad-library/detail/633865343"
    },
    {
      "content": "Is your CRM helping you stay on track?",
      "link": "https://www.linkedin.com/ad-library/detail/633846713"
    },
    {
      "content": "Spend more time working with your sales team on strategy instead of status updates.",
      "link": "https://www.linkedin.com/ad-library/detail/633846743"
    },
    {
      "content": "Is your CRM helping you stay on track?",
      "link": "https://www.linkedin.com/ad-library/detail/633846733"
    },
    {
      "content": "Spend more time working with your sales team on strategy instead of status updates.",
      "link": "https://www.linkedin.com/ad-library/detail/633808023"
    },
    {
      "content": "Is your CRM helping you stay on track?",
      "link": "https://www.linkedin.com/ad-library/detail/633856373"
    },
    {
      "content": "Is your CRM helping you stay on track?",
      "link": "https://www.linkedin.com/ad-library/detail/633836863"
    },
    {
      "content": "You 𝘤𝘰𝘶𝘭𝘥 toil through your CRM and listen to a 40-minute call or...",
      "link": "https://www.linkedin.com/ad-library/detail/633799333"
    },
    {
      "content": "Is your CRM helping you stay on track?",
      "link": "https://www.linkedin.com/ad-library/detail/633836873"
    },
    {
      "content": "Spend more time working with your sales team on strategy instead of status updates.",
      "link": "https://www.linkedin.com/ad-library/detail/633808043"
    },
    {
      "content": "Spend more time working with your sales team on strategy instead of status updates.",
      "link": "https://www.linkedin.com/ad-library/detail/633799323"
    },
    {
      "content": "You 𝘤𝘰𝘶𝘭𝘥 toil through your CRM and listen to a 40-minute call or...",
      "link": "https://www.linkedin.com/ad-library/detail/633808033"
    },
    {
      "content": "Spend more time working with your sales team on strategy instead of status updates.",
      "link": "https://www.linkedin.com/ad-library/detail/633856333"
    },
    {
      "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/633856343"
    },
    {
      "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/633808053"
    },
    {
      "content": "You 𝘤𝘰𝘶𝘭𝘥 toil through your CRM and listen to a 40-minute call or...",
      "link": "https://www.linkedin.com/ad-library/detail/633856353"
    },
    {
      "content": "You 𝘤𝘰𝘶𝘭𝘥 toil through your CRM and listen to a 40-minute call or...",
      "link": "https://www.linkedin.com/ad-library/detail/633856363"
    }
  ],
  "credits_consumed": 4.6000000000000005
}

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.