Skip to content

fetch_url

Request Bing to fetch (crawl) a specific URL immediately, similar to "Fetch as Bingbot."


Parameters

Name Type Required Description
site_url string Yes The URL of the site
url string Yes The specific URL to fetch

Response

{
  "siteUrl": "https://www.example.com/",
  "url": "https://www.example.com/blog/new-post",
  "success": true,
  "requestedAt": "2026-02-21T19:00:00Z"
}

Example Prompts

"Ask Bing to fetch my new blog post right now."


Notes

  • This requests an immediate crawl -- it's distinct from submit_url, which requests indexing. Fetching lets you see how Bing renders/reads the page without necessarily affecting the index.
  • Use list_fetched_urls and get_fetched_url_details to check the fetch result.