volfpeter/graphscraper
Python 3 graph implementation designed to be turned into a web scraper for graph data.
This is a Python library for developers to build web scrapers that automatically discover and store interconnected data. It takes a starting point, like a Spotify artist or a patent, and explores connections to build a graph-like dataset, continuously saving it to a database. Developers who need to extract relationships from online sources or APIs to create a persistent, explorable network of information would use this.
No commits in the last 6 months. Available on PyPI.
Use this if you are a developer building a custom web scraper that needs to find, store, and manage relationships between data points from various online sources, and you want that data to be continuously saved to a database.
Not ideal if you need an out-of-the-box, no-code solution for web scraping or if you're not comfortable with Python development.
Stars
12
Forks
2
Language
Python
License
MIT
Category
Last pushed
Jan 22, 2023
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/volfpeter/graphscraper"
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.