Skip to main content

Web Scraping Library

Project description

Title

microsoft.com Scraper

Descrption

  • With microsoft.com Scraper you can scrape search results and extract the contents produced by the search result.
  • In microsoft.com scraper it will scrape the data present of the website and give json data which contains the details of the contents on the website.

JSON sample data

{
    "Scraper_Surface": [
        {
            "content": "Protect your Surface",
            "link_0": "https://www.microsoft.com/en-gb/store/b/microsoft-complete",
            "See_new_link": "https://www.microsoft.com/windows/windows-11",
            "call_action_glyph": "See what's new",
            "heading": "Now with Windows 11, get closer to what you love",
            "paragraph": "Family, friends, passions, music, creations\u2014Windows 11\u00a0is the one place for it all6. With a fresh new feel and tools that make it easier to be efficient, it has what you need for whatever\u2019s next."
        }

Click Here for more

Run Scraper

from microsoft_scraper import *
link="https://www.microsoft.com/en-gb/d/surface-pro-x/8XTMB6C575MD"
data=run_microsoft_scraper(link)

How it works?

  • It takes URL of microsoft page with a search keyword to scrape the data.
  • It generates the json data which contains the information of the microsoft.com search result.
  • It gives the every detail present inside website in the form of json data.

Examples

Below are some of the examples of URLs using which you can scrape:

Queries/ Feedback

If you have some queries or feedback please contact us at following
Telegram
Email

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

microsoft_scraper-1.0.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page