Huangiu scraper
Project description
Title
Huangiu Scraper
Descrption
- With huangiu Scraper you can scrape search results and extract the contents produced by the search result.
- In huangiu scraper it will scrape the data present of the website and give json data which contains the details of the contents on the website.
- It gives the every detail present inside website in the form of json data such as time of the news posted, article name etc.
Run Scraper
from huangiu_scraper import *
link="https://finance.huanqiu.com/"
data=run_huangiu_scraper(link)
How it works?
- It takes URL of huangiu page with a search keyword to scrape the data.
- It generates the json data which contains the information of the huangiu 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
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
huangiu_scraper-1.0.1.tar.gz
(2.6 kB
view hashes)