API Reference
Bing SERP
Retrieves search engine results from Bing.com
POST
/
bing-serp
Copy
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
}'
Copy
{
"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
Response
200 - application/json
Successful response
The response is of type object
.
Copy
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
}'
Copy
{
"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"
}
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.