Documentation Index
Fetch the complete documentation index at: https://kindling.birklid.com/llms.txt
Use this file to discover all available pages before exploring further.
Open SourceApplications Layer
Scrapling
Adaptive Python scraping that survives website redesigns — selectors relocate themselves after layout changes, with stealth mode for anti-bot resistance.
Type
Open Source (BSD-3)
Stack Layer
Applications
Language
Python
Stars
48k+
What it is
Scrapling is a Python web scraping framework that handles the full spectrum from simple HTTP requests to anti-bot-resistant browser automation. Its headline feature is adaptive element tracking: scraped selectors automatically relocate themselves when a website redesigns, dramatically reducing maintenance overhead for long-running scraping projects. It matches Parsel and Scrapy for performance on text extraction while adding stealth browsing modes and Cloudflare bypass for modern dynamic sites. Concurrent crawling with pause/resume is built in, and Scrapling ships an MCP server that lets AI agents call it directly as a tool — making it a natural fit for autonomous research agents that need structured web data. Benchmarks show strong performance relative to Selenium and Playwright alternatives for data-extraction tasks.Get started
GitHub ↗
Source, benchmarks, and MCP server documentation.
Related tools
HyperAgent
Natural language browser automation built on Playwright.
Maigret
OSINT username lookup across 3,000+ platforms.