v3
latestOpenAPI 3.1.02026-07-318648277.6 KBAds 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
Example request
{
"company_domain": "gong.io",
"company_name": "gong",
"limit": 10
}Response
Successful response with ads details
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"
}
]
}