A Python module for Web Scraping with Scraping.link, you will be able to scrape any website and solves typical blocking complications.
To install using pip run:
pip install scraping-link
This module can be used to web scraping - Extract HTML content.
from scraping_link import ScrapingLinkRequest
url = "https://parascrapear.com/"
apikey = "YOUR_API"
r = ScrapingLinkRequest.scrape(url, apikey)
print(r.text)
Simply reach out to us via Telegram Group or or write us an email.
Sign up for our free plan to get a free API key loaded with 100 free credits. No credit card required!
This software is licensed under the GNU General Public License (version 3) as published by the Free Software Foundation this licence http://www.gnu.org/licenses/ . If you would want a different licence please contact me, on twitter @nicolasmarin.
