Simple client for Web scrapper API https://scrapper.scurra.space/
Project description
Web Scrapper API client for python
This is python client library for https://scrapper.scurra.space/
This module provide 2 functions with same functionality. get_page and get_page_async for async python.
Installation
pip install webscrapper
Example usage:
from webscrapper.client import get_page
result = get_page(url, api_key="__YOUR_API_KEY__", use_selenium=True)
print(result['html'])
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
webscrapper-0.0.5.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for webscrapper-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5b4b50907b63c1b928913546f51cba5a815cf5a3a7c7052116103b369f98215 |
|
MD5 | 056013a2b336afd17863eb77aa4cbb9c |
|
BLAKE2b-256 | bb01452d6bd9a88ae26d733a56b343faed74a45d0239662b1b5a6eff9c2d5a68 |