Bing Search API's
The Bing Search API gives you access to two powerful search endpoints powered by Bing: Web Search — Query the web and get back structured results including titles, URLs, snippets, deep links, related searches, and pagination. No raw Bing instrumentation fields, no internal tracking URLs — just the data you need. Image Search — Search for images and receive clean results with direct image URLs,…
Bing Search API's endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search Endpoints | ||
| GET |
imageSearch /api/v1/search/images |
Search for images using Bing. Returns image URLs, thumbnails, dimensions, host page info, related searches, and query expansions. **Pagination:** Use `data.nextOffset` from the… |
| GET |
webSearch /api/v1/search/web |
Search the web using Bing. Returns titles, URLs, snippets, deep links, related searches, and full pagination info. **Pagination:** Use `pagination.nextOffset` from the response… |
| System | ||
| GET |
healthCheck /health |
Returns service status. No authentication required. |
| Other endpoints | ||
| GET |
healthCheck /health |
Returns service status. No authentication required. |
| GET |
imageSearch /api/v1/search/images |
Search for images using Bing. Returns image URLs, thumbnails, dimensions, host page info, and related searches. |
| GET |
webSearch /api/v1/search/web |
Search the web using Bing. Returns clean results with titles, URLs, snippets, related searches, and pagination — no internal Bing tracking fields. |
Bing Search API's pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $7 / month | 250 / second |
|
| ULTRA | $10 / month | 250 / second |
|
| MEGA | $22 / month | 500 / second |
|