Metadata-Version: 2.1
Name: jd-scraper
Version: 1.0.0
Summary: Web Scraping Library
Home-page: UNKNOWN
Author: DataKund
Author-email: datakund@gmail.com
License: Apache License 2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

### Title

jd.com Scraper

### Descrption

* With jd.com Scraper you can scrape search results and extract the contents produced by the search result.
* In jd.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
```sh
{
    "Scraper_\u4eac\u4e1c\u81ea\u8425\u65d7\u8230\u5e97": [
        {
            "column_0": [
                {
                    "link": "//www.jd.com/compare/100017248432-5876151-0-0.html",
                    "text": "\u6cf0\u4eab\u53d7P001\u548c\u534e\u4e3aCH18\u54ea\u4e2a\u597d"
                },
                {
                    "link": "//www.jd.com/compare/100017248432-2248768-0-0.html",
                    "text": "\u6cf0\u4eab\u53d7P001\u548cPICOOCmini\u767d\u54ea\u4e2a\u597d"
                }
```

[Click Here for more](https://datakund-scraper.s3.amazonaws.com/fors2d22ace_RK4ATQJFXR8N7W1_json.json)

### Run Scraper
```sh
from jd_scraper import *
link="https://item.jd.com/100017248432.html"
data=run_jd_scraper(link)
```

### How it works?
* It takes URL of jd.com page with a search keyword to scrape the data.
* It generates the json data which contains the information of the jd.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:

* [Example 1](https://item.jd.com/100017248432.html)

* [Example2](https://item.jd.com/100000646026.html)


### Queries/ Feedback
If you have some queries or feedback please contact us at following    
[Telegram](https://t.me/datakund)  
[Email](abhishek@datakund.com)











