Skip to main content

Advanced Scrapy framework with multi-engine support

Project description

Advanced Scrapy framework with multi-engine support and intelligent proxy management.

Features

  • Multi-Engine Support: HTTP (curl_cffi), Camoufox, Undetected Chrome
  • Intelligent Proxy Management: API, file, database providers with auto-rotation
  • JSON Configuration: Zero-code spider setup
  • Advanced Anti-Detection: Human-like behaviors and stealth features
  • Flexible Data Extraction: CSS, XPath, JSON, derived fields

Installation

# Basic installation
pip install crawlerforge

# With browser support
pip install crawlerforge[browser]

# With all features
pip install crawlerforge[all]

Quick Start

# Generate configuration
crawlerforge genconfig --template ecommerce --output config.json

# Run spider
crawlerforge crawl myspider -c config.json -o products.json

Example Configuration

{
  "engine": "camoufox",
  "start_url": ["https://example.com/sitemap.xml"],
  "products_list_selector": ".product",
  "fields": {
    "name": {"type": "text", "tags": [".title::text"], "required": true},
    "price": {"type": "price", "tags": [".price::text"], "required": true}
  }
}

Documentation

Visit GitHub for full documentation and examples.

License

MIT License

Commands for publication:

1. Install build tools

pip install build twine

2. Build package

python -m build

3. Upload to TestPyPI (testing)

python -m twine upload --repository testpypi dist/*

4. Upload to PyPI (production)

python -m twine upload dist/*

5. Install from PyPI

pip install crawlerforge

6. Install from GitHub (development)

pip install git+https://github.com/fabiocantone/crawlerforge.git

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crawlerforge-1.0.12.tar.gz (32.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crawlerforge-1.0.12-py3-none-any.whl (26.5 kB view details)

Uploaded Python 3

File details

Details for the file crawlerforge-1.0.12.tar.gz.

File metadata

  • Download URL: crawlerforge-1.0.12.tar.gz
  • Upload date:
  • Size: 32.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for crawlerforge-1.0.12.tar.gz
Algorithm Hash digest
SHA256 a4c5676f003646d301270b7a7679b442768da7f59a459c919b9d90149ca7cbc3
MD5 14678f37c2677ee82e99e8509195a592
BLAKE2b-256 d49792b822cbea4f96ce97eeab6778c76093575c640be97e3db343eae361a517

See more details on using hashes here.

File details

Details for the file crawlerforge-1.0.12-py3-none-any.whl.

File metadata

  • Download URL: crawlerforge-1.0.12-py3-none-any.whl
  • Upload date:
  • Size: 26.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for crawlerforge-1.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 c6a2ca90efca2d1aca6b43a318389bf78a96bc03ee1eb3d047198e349a9d5d0c
MD5 f6ae5f37576dfe8113171c9f4df7d209
BLAKE2b-256 124b9511908587a68daeff8a4a0937327ed3fdee4f24206b8c5c5f1b700cbdde

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page