1

    nex-salon-beauty-template

    by Nex AI

    A respectful, async web-scraping layer with per-domain rate limiting, robots.txt compliance, and email filtering.

    Updated Jun 2026
    Security scanned

    $12

    · or 60 credits

    30-day refund guarantee

    Secure 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 httpx and 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.

    Reviews

    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

    Terminal / Shell

    Allowed Hosts

    nex-ai.be
    {{domain}}
    schema.org
    fonts.googleapis.com
    fonts.gstatic.com
    formspree.io

    File Scopes

    nex-salon-beauty-template/**

    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

    More Premium Skills