Works with the AI tools you already use
Nex Scraper Politeness Pattern
by Nex AI
A respectful, async web-scraping layer with per-domain rate limiting, robots.txt compliance, and email filtering.
Free
About this skill
What it does
The Nex Scraper Politeness Pattern provides a production-ready, asynchronous Python fetch layer designed for ethical and sustainable web scraping. It moves beyond simple HTTP requests by implementing a sophisticated coordination layer that prevents your agent from being flagged as a "bad bot." The skill generates a complete package including a PoliteScraper engine and a specialized email_extractor.
Why use this skill
Standard scraping scripts often fail because they lack the "politeness" heuristics that real-world websites expect. Instead of just hammering a URL, this skill implements a global concurrency cap paired with a per-domain throttle. This means you can scrape 100 different websites simultaneously, but your agent will never hit any single site more than once every few seconds. It ensures your bot identifies itself honestly, respects robots.txt, and handles transient network errors with exponential backoff.
Supported tools and features
- Async Concurrency: Managed via
httpxand semaphores for high-performance non-blocking I/O. - Per-Domain Throttling: Unique locking mechanism to ensure specific hosts aren't overwhelmed.
- Honest Identification: Automatically configures a transparent User-Agent with contact details.
- Robots.txt Awareness: Integrated checking and caching of host permissions.
- Defensible Lead Gen: A regex-based extractor that targets role-based emails (info@, contact@) while automatically filtering out sensitive personal addresses.
The Result
You receive a modular Python package (polite_scraper.py, email_extract.py, and requirements.txt). The code is cleanly structured as an async context manager, providing a fetch_many() method that returns structured results without crashing on individual failures.
Built by Nex AI. More skills and info at nex-ai.be and slopsome.com.
Details
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Creator
Founder of Nex AI. I build production-grade Claude Skills from systems that actually run: multi-tenant SaaS, Telegram agents, Raspberry Pi infrastructure, 3D multiplayer rooms. Every skill ships battle-tested patterns, not theory. 33+ open source skills published, commercial catalog growing.
Frequently Asked Questions
Browse More Skills
local-seo-audit
Automated local SEO auditing and keyword generation for agencies and small businesses.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.

humanize-writing
Transform robotic AI drafts into natural, human-sounding prose with native-level flow and tone.

frontend-motion-wizard
Advanced responsive layout and interactive micro-interaction engine for React, Tailwind CSS, and Framer Motion. Automatically injects fluid element states, mobile-first touch behaviors, adaptive viewports, and non-destructive layout transitions into static codebases