v3

latestOpenAPI 3.1.02026-07-318648277.6 KB
Ads Data

B2B Search Ads

Search for B2B ads by company domain or name. Charged 1 base credit plus 1 credit per ad returned (minimum 1 credit).

post/v1/ads/b2b-ads-search

Request body

company_domainstring

Company domain name

company_namestring

Company name

limitinteger

Maximum number of ads to return. Because you are charged 1 credit per ad returned, this also caps the per-ad credits spent on the request; the 1 base credit per search still applies. Omit to return every ad found.

Example request

{
  "company_domain": "gong.io",
  "company_name": "gong",
  "limit": 10
}

Response

Successful response with ads details

messagestring
credits_consumednumber
ads_countinteger

Example response

{
  "message": "B2B ads found for the given company.",
  "credits_consumed": 25,
  "ads_count": 24,
  "company": {
    "name": "gong",
    "domain": "gong.io",
    "industry": "computer software",
    "company_size": "1001-5000",
    "linkedin_url": "/company/gong-io",
    "logo_url": "https://logo.leadmagic.io/gong.io",
    "city": "san francisco",
    "state": "california",
    "country": "united states"
  },
  "ads": [
    {
      "ad_id": "1436673673",
      "headline": null,
      "description": "See how revenue teams use Gong to win more deals.",
      "content": "See how revenue teams use Gong to win more deals.",
      "link": "1436673673",
      "ad_url": "/ad-library/detail/1436673673",
      "ad_type": "Document Ad",
      "creative_type": "SPONSORED_UPDATE_NATIVE_DOCUMENT",
      "advertiser": "Gong",
      "advertiser_linkedin_url": "/company/gong-io"
    }
  ]
}