nex-salon-beauty-template
by Nex AI
A respectful, async web-scraping layer with per-domain rate limiting, robots.txt compliance, and email filtering.
- Scrape hundreds of domains in parallel without getting IP-blocked.
- Enforce mandatory delays between requests to the same host automatically.
- Extract only info@ or contact@ emails to ensure B2B compliance.
$12
· or 60 creditsSecure checkout via Stripe
Included in download
- Scrape hundreds of domains in parallel without getting IP-blocked.
- Enforce mandatory delays between requests to the same host automatically.
- terminal automation included
Sample input
I need a Python script to scrape 200 business websites for their contact info. It needs to be polite so I don't get IP banned, and I only want general inboxes like info or hello.
Sample output
Generated PoliteScraper package.
- Global concurrency: 5
- Per-domain delay: 3s
- Robots.txt: Enabled
- Filter: Role-based emails only (skipping personal names).
Use scraper.fetch_many(urls) to retrieve content securely without triggering bot detection.
nex-salon-beauty-template
by Nex AI
A respectful, async web-scraping layer with per-domain rate limiting, robots.txt compliance, and email filtering.
$12
· or 60 creditsSecure checkout via Stripe
Included in download
- Scrape hundreds of domains in parallel without getting IP-blocked.
- Enforce mandatory delays between requests to the same host automatically.
- terminal automation included
- Instant install
Sample input
I need a Python script to scrape 200 business websites for their contact info. It needs to be polite so I don't get IP banned, and I only want general inboxes like info or hello.
Sample output
Generated PoliteScraper package.
- Global concurrency: 5
- Per-domain delay: 3s
- Robots.txt: Enabled
- Filter: Role-based emails only (skipping personal names).
Use scraper.fetch_many(urls) to retrieve content securely without triggering bot detection.
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.
Use Cases
- Scrape hundreds of domains in parallel without getting IP-blocked.
- Enforce mandatory delays between requests to the same host automatically.
- Extract only info@ or contact@ emails to ensure B2B compliance.
- Implement exponential backoff for 5xx errors and request timeouts.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/nex-salon-beauty-template -o /tmp/nex-salon-beauty-template.zip && unzip -o /tmp/nex-salon-beauty-template.zip -d ~/.claude/skills && rm /tmp/nex-salon-beauty-template.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
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
Learn More About AI Agent Skills
More Premium Skills
local-seo-audit
Automated local SEO auditing and keyword generation for agencies and small businesses.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.
keyword-research
Transform URLs or product lists into SEO keyword research packs with Google Ads data and intent-based clustering.