Web Scraping Library
Project description
Title
my games Scraper
Descrption
- With my games Scraper you can scrape search results and extract the contents produced by the search result.
- In my games 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_detail_data": {
"Play": "Play",
"column_3": "Tacticool - hot isometric mobile shooter",
"copyright": "\u00a9 2021 Panzerdog. Published under MY.GAMES brand. All rights reserved. All trademarks are the property of their respective owners.",
"of_an_and": "One of the most intense shooters, featuring an unparalleled isometric view, realistic physics, cars, and destructible environment!"
}
}
Run Scraper
from mygame_scraper import *
link="https://store.my.games/r1lmygames/adid/3234036_2016280_8/pid/105039/pof/1/f/1/"
data=run_mygame_scraper(link)
How it works?
- It takes URL of my games page with a search keyword to scrape the data.
- It generates the json data which contains the information of the my games 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
mygame_scraper-1.0.0.tar.gz
(2.9 kB
view details)
File details
Details for the file mygame_scraper-1.0.0.tar.gz
.
File metadata
- Download URL: mygame_scraper-1.0.0.tar.gz
- Upload date:
- Size: 2.9 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 | 6497b85862fa0bc76093cd9becca7f3f6db4abec469772c6521d6a75e7e8c9a7 |
|
MD5 | 1be97ce7a1a33e12383f217838bf0cfb |
|
BLAKE2b-256 | 154ce198286f09ff8dd7ac79f1ca6abad56872de11afda953605664b9ab1f487 |