brianmadden/krawler
A web crawling framework written in Kotlin
This project offers a web crawling framework for developers. It takes a starting set of URLs and configuration rules, then systematically navigates websites to extract specified data or check page statuses. The output is structured data or actions based on the content found, useful for anyone building custom data collection tools.
134 stars. No commits in the last 6 months.
Use this if you are a developer creating an application that needs to systematically browse and gather information from many websites, with fine-grained control over how pages are visited and what data is collected.
Not ideal if you need a ready-to-use application for web scraping without writing code, or if you require a mature, fully-tested framework for mission-critical production systems.
Stars
134
Forks
16
Language
Kotlin
License
MIT
Category
Last pushed
Jun 29, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/brianmadden/krawler"
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.