Skip to content

nicolasmarin/scraping-link-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scraping-link

scraping.link web scraping API

A Python module for Web Scraping with Scraping.link, you will be able to scrape any website and solves typical blocking complications.

How to Install

To install using pip run:

pip install scraping-link

How to use this module

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)

Customer Support

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!

Licence

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages