search

Home  >  Q&A  >  body text

Implement bing search tool urlAPI submission

Introduction address

How to use php to achieve this function?

蜻竺蜻竺1371 days ago1392

reply all(2)I'll reply

  • 查无此人

    查无此人2021-04-14 14:05:47

    The question is not clear, please describe it in detail.

    Or take a screenshot and let me see which function.

    reply
    0
  • 蜻竺

    I can't post the link, so that's why. JSON request sample: POST /webmaster/api.svc/json/SubmitUrlbatch?​apikey=sampleapikeyEDECC1EA4AE341CC8B6 HTTP/1.1​ Content-Type: application/json; charset=utf-8​ Host: ssl.bing.com​ { "siteUrl":"http://yoursite.com",​ "urlList":[ "http://yoursite.com/url1", "http://yoursite.com/url2", "http://yoursite.com/url3" ] } JSON response sample: HTTP/1.1 200 OK Content-Length: 10 Content-Type: application/json; charset=utf-8 { "d":null }

    蜻竺 · 2021-04-14 17:09:40
  • Cancelreply