supergillis/crawler-ts
Crawler written in TypeScript using ES6 generators.
This is a tool for developers who need to systematically gather information from websites or local file systems. You configure it with rules to fetch content (like web pages or file details) and then parse that content to extract specific data or identify new links/files to explore. The output is a structured stream of the information you've gathered, making it easier to automate data collection tasks.
No commits in the last 6 months. Available on npm.
Use this if you are a software developer building applications that require collecting data by programmatically navigating through web pages or inspecting local file systems.
Not ideal if you are looking for a pre-built, no-code solution to extract data, or if you don't have programming experience.
Stars
12
Forks
1
Language
TypeScript
License
GPL-3.0
Category
Last pushed
May 03, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/supergillis/crawler-ts"
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.