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."
}
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file microsoft_scraper-1.0.1.tar.gz
.
File metadata
- Download URL: microsoft_scraper-1.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 349f6d2b66a145c5541c9f0b433442b3528e47ca2e2ebd6a70280356c4f9644e |
|
MD5 | 7966daac6527370630656dc245327cbf |
|
BLAKE2b-256 | 541d3f9d3a07a436abb1a2841a1d789b2d7b996e14f1ad5689935a8e922dfa37 |