API Reference
Bing SERP
API Reference
Bing SERP
Retrieves search engine results from Bing.com
POST
/
bing-serp
curl --request POST \
--url https://api.growthmarketing.ai/bing-serp \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"keyword": "cloudflare workers",
"language_code": "en",
"location_code": 2840,
"device": "desktop",
"depth": 100
}'
{
"success": true,
"data": {
"data": {
"api": "serp",
"function": "live",
"se": "bing",
"se_type": "organic",
"keyword": "marketing",
"language_code": "en",
"location_code": 2840,
"device": "desktop",
"os": "windows",
"depth": 3
},
"result": [
{
"type": "organic",
"rank_group": 1,
"rank_absolute": 1,
"domain": "en.wikipedia.org",
"title": "Marketing - Wikipedia",
"url": "https://en.wikipedia.org/wiki/Marketing",
"breadcrumb": "https://en.wikipedia.org › wiki › Marketing"
},
{
"type": "organic",
"rank_group": 2,
"rank_absolute": 2,
"domain": "www.investopedia.com",
"title": "Marketing in Business: Strategies and Types …",
"url": "https://www.investopedia.com/terms/m/marketing.asp",
"breadcrumb": "https://www.investopedia.com › terms › m…"
},
{
"type": "paid",
"rank_group": 1,
"rank_absolute": 3,
"domain": "www.chainstoreguide.com",
"title": "Off-the-Chain Marketing | Direct Marketing Leads",
"description": "Sponsored Leading provider of accurate & Verified leads for retail & restaurant Businesses. Industry leading provider of accurate & Verified leads. Start selling now!",
"url": "https://www.chainstoreguide.com/offthechain/csg-retail-restaurant-sales-leads/",
"breadcrumb": "https://www.chainstoreguide.com › Sales_Leads › Free_Trial"
}
]
}
}
Authorizations
Body
application/json
Search term
Example:
"cloudflare workers"
Language code
Example:
"en"
Location code (2840 for US)
Example:
2840
Device type
Available options:
desktop
, mobile
Example:
"desktop"
Number of results to return
Required range:
x <= 700
Example:
100
Response
200 - application/json
Successful response
Example:
true
Example:
"serp"
Example:
"live"
Example:
"bing"
Example:
"organic"
Example:
"marketing"
Example:
"en"
Example:
2840
Example:
"desktop"
Example:
"windows"
Example:
3
Example:
"organic"
Example:
1
Example:
1
Example:
"example.com"
Example:
"Example Title"
Example:
"Example description..."
Example:
"https://example.com/page"
Example:
"example.com › category › page"
Example:
[
{
"type": "organic",
"rank_group": 1,
"rank_absolute": 1,
"domain": "en.wikipedia.org",
"title": "Marketing - Wikipedia",
"url": "https://en.wikipedia.org/wiki/Marketing",
"breadcrumb": "https://en.wikipedia.org › wiki › Marketing"
},
{
"type": "organic",
"rank_group": 2,
"rank_absolute": 2,
"domain": "www.investopedia.com",
"title": "Marketing in Business: Strategies and Types …",
"url": "https://www.investopedia.com/terms/m/marketing.asp",
"breadcrumb": "https://www.investopedia.com › terms › m…"
},
{
"type": "paid",
"rank_group": 1,
"rank_absolute": 3,
"domain": "www.chainstoreguide.com",
"title": "Off-the-Chain Marketing | Direct Marketing Leads",
"description": "Sponsored Leading provider of accurate & Verified leads for retail & restaurant Businesses. Industry leading provider of accurate & Verified leads. Start selling now!",
"url": "https://www.chainstoreguide.com/offthechain/csg-retail-restaurant-sales-leads/",
"breadcrumb": "https://www.chainstoreguide.com › Sales_Leads › Free_Trial"
}
]
curl --request POST \
--url https://api.growthmarketing.ai/bing-serp \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"keyword": "cloudflare workers",
"language_code": "en",
"location_code": 2840,
"device": "desktop",
"depth": 100
}'
{
"success": true,
"data": {
"data": {
"api": "serp",
"function": "live",
"se": "bing",
"se_type": "organic",
"keyword": "marketing",
"language_code": "en",
"location_code": 2840,
"device": "desktop",
"os": "windows",
"depth": 3
},
"result": [
{
"type": "organic",
"rank_group": 1,
"rank_absolute": 1,
"domain": "en.wikipedia.org",
"title": "Marketing - Wikipedia",
"url": "https://en.wikipedia.org/wiki/Marketing",
"breadcrumb": "https://en.wikipedia.org › wiki › Marketing"
},
{
"type": "organic",
"rank_group": 2,
"rank_absolute": 2,
"domain": "www.investopedia.com",
"title": "Marketing in Business: Strategies and Types …",
"url": "https://www.investopedia.com/terms/m/marketing.asp",
"breadcrumb": "https://www.investopedia.com › terms › m…"
},
{
"type": "paid",
"rank_group": 1,
"rank_absolute": 3,
"domain": "www.chainstoreguide.com",
"title": "Off-the-Chain Marketing | Direct Marketing Leads",
"description": "Sponsored Leading provider of accurate & Verified leads for retail & restaurant Businesses. Industry leading provider of accurate & Verified leads. Start selling now!",
"url": "https://www.chainstoreguide.com/offthechain/csg-retail-restaurant-sales-leads/",
"breadcrumb": "https://www.chainstoreguide.com › Sales_Leads › Free_Trial"
}
]
}
}