Title
Gome Scraper
Descrption
- With gome Scraper you can scrape search results and extract the contents produced by the search result.
- In gome scraper it will scrape the data present of the website and give json data which contains the details of the contents on the website.
- The gome scraper will have all the data from the website such as link of the items inside website, text related to link etc.
JSON sample data
{
"Scraper_repeat_data_0": [
{
"column_8": [
{
"link": "//item.gome.com.cn/9140059322-1130765898.html",
"text": " \u7c73\u5bb6\u58f0\u6ce2\u7535\u52a8\u7259\u5237T100 \u5475\u62a4\u7259\u9f88 IPX7\u9632\u6c34 \uffe535.00 \u7acb\u5373\u8d2d\u4e70 "
},
{
"link": "//item.gome.com.cn/9140056902-1130548362.html",
"text": " \u5c0f\u7c73AI\u97f3\u7bb1 \u4eba\u5de5\u667a\u80fd\u97f3\u54cd \uffe5176.00 \u7acb\u5373\u8d2d\u4e70 "
}
Run Scraper
from gome_scraper import *
link="https://prom.gome.com.cn/html/prodhtml/topics/201808/31/4889195497.html?intcmp=sy-1000060873-5"
data=run_gome_scraper(link)
How it works?
- It takes URL of gome page with a search keyword to scrape the data.
- It generates the json data which contains the information of the gome search result.
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gome_scraper-1.0.1.tar.gz
(2.9 kB
view details)
File details
Details for the file gome_scraper-1.0.1.tar.gz.
File metadata
- Download URL: gome_scraper-1.0.1.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 |
ed950f0408dd4b211660d48ee9d59140d31f5381572229e503e57de64bb0e376
|
|
| MD5 |
c609bae15d26ee9a8922adf1c049dc37
|
|
| BLAKE2b-256 |
7ae5e1bfc7d614c57b5a29925594ea2235a87d67cc270420126935aeaff71372
|