ivbeg/lazyscraper
Lazy helper tool to make easier scraping with simple tasks
This tool helps you quickly gather specific information from websites, like lists of external links, table data, or form structures. You provide a web address and describe what you're looking for, and it gives you structured data in formats like CSV or JSON. It's designed for anyone who needs to extract simple, repeating data patterns from web pages without deep technical coding.
No commits in the last 6 months. Available on PyPI.
Use this if you need to extract basic lists (like links or dropdown options), tables, or all submission forms from a website quickly, without writing complex scraping code.
Not ideal if you need to handle highly dynamic websites, interact with JavaScript, log into sites, or perform very complex data extraction tasks that require custom logic.
Stars
19
Forks
2
Language
Python
License
Apache-2.0
Category
Last pushed
Oct 12, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/ivbeg/lazyscraper"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Altimis/Scweet
A simple and unlimited twitter scraper : scrape tweets, likes, retweets, following, followers,...
lexiforest/curl_cffi
Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser...
plabayo/rama
modular service framework to move and transform network packets
scrapinghub/spidermon
Scrapy Extension for monitoring spiders execution.