bing_top_queries
Top Bing search queries by clicks for a site over the last N days, with impressions, CTR and average position. Bing updates this weekly.
| Name | Type | Notes |
|---|---|---|
siteUrl required | string | Site as added in Bing, e.g. "https://example.com/" |
days | integer | How many days back from the latest available data default 28 · 7–180 |
limit | integer | Maximum rows to return default 25 · 1–1000 |
curl https://api.oneapiforagents.com/v1/call \
-H "Authorization: Bearer $ONEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"provider": "bing",
"tool": "bing_top_queries",
"input": {
"siteUrl": "https://example.com/",
"days": 28,
"limit": 10
}
}'{
"tool": "bing_top_queries",
"arguments": {
"siteUrl": "https://example.com/",
"days": 28,
"limit": 10
}
}