Skip to main content

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

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.14.tar.gz (25.6 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.14-py3-none-any.whl (27.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: crawlerforge-1.0.14.tar.gz
  • Upload date:
  • Size: 25.6 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.14.tar.gz
Algorithm Hash digest
SHA256 08d75cf5a609597d97c704d0238eac3b4dab30d50b0247af4e9bf9c861e7ae04
MD5 d1a371cc8f54e58933d13b6daaed2da8
BLAKE2b-256 f1b0b28da89e7189e86f2f33520258cf69f0e78c6a48bdf8ff88e3c3d25282d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crawlerforge-1.0.14-py3-none-any.whl
  • Upload date:
  • Size: 27.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.14-py3-none-any.whl
Algorithm Hash digest
SHA256 9139d89099d6fa7feb0d74fc6e557f8a2c89fe153e5ebdfcdc5aaf89a25c2eeb
MD5 46b1722571bf1371de5d887344e03585
BLAKE2b-256 3bf61bdd6846a702b6e2ca1d8a204c4d0a7c60e64da3f036d6a9f9a6a55a58e3

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