Bing Search Scraper

Bing Search Scraper is a python library to scrape for a bing search result using browser automation.

_images/bing_search_result_scraper.gif

Code

from bot_studio import *
datakund = bot_studio.new()
response = datakund.bing_search_result_scraper(q="science")

Response Data

{
  "body": [
        {
          "description": "a systematic enterprise that builds and organizes knowledge in the form of testable explanations and predictions about the universe.",
          "link": "https://en.wikipedia.org/wiki/Science",
          "title": "Science - Wikipedia"
        }
  ],
  "errors": [],
  "resume_variable": "n",
  "success_score": "100",
  "resume_dict": {}
}