Skip to main content

A stealthy headless browser service for AI agents. Bypasses anti-bot protections to fetch content and convert to clean Markdown.

Project description

GhostFetch

PyPI version Docker Hub License: MIT

A stealthy, headless browser service for AI agents.

GhostFetch bypasses anti-bot protections to fetch content from difficult sites (like X.com) and converts it into clean, LLM-ready Markdown. It handles the complexity of headless browsing, proxy rotation, and fingerprinting so your agent doesn't have to.

Why GhostFetch?

Fetching content for AI agents is hard. Simple requests or curl calls fail on modern sites due to JavaScript rendering and anti-bot checks. Heavy browser automation tools are slow and complex to manage.

GhostFetch solves this by providing:

  • Stealth by Design: "Ghost Protocol" fingerprinting to mimic real users.
  • LLM-Native Output: Returns clean Markdown, not messy HTML.
  • Smart Scrolling: Automatically expands infinite feeds (perfect for X/Twitter threads).
  • Zero-Config: Browsers auto-install and manage themselves.

Architecture

URLGhostFetch (Headless Browser + Ghost Protocol) → MarkdownAI Agent


🚀 Quick Start

The fastest way to get started is via pip.

1. Install

pip install ghostfetch

2. Fetch a URL

Browsers will auto-install on the first run.

ghostfetch "https://x.com/user/status/123"

Output:

{
  "metadata": { "title": "...", "author": "..." },
  "markdown": "Captured content in markdown format..."
}

✨ Features

  • Synchronous & Async API: Flexible integration patterns.
  • Ghost Protocol: Advanced proxy rotation and cohesive browser fingerprinting.
  • Smart Scrolling: Auto-detects and scrolls infinite feeds to capture full content.
  • X.com Optimized: Special handling for Twitter/X hydration and thread expansion.
  • Metadata Extraction: Auto-extracts title, author, date, and images.
  • Job Queue: Built-in async job system with webhooks and retries.
  • Persistent Sessions: Cookie/localStorage persistence per domain.
  • Docker Ready: Production-ready container images included.

📦 Installation

Option 1: Python Package (Best for Agents)

pip install ghostfetch
# Usage:
# ghostfetch "url"             (CLI)
# from ghostfetch import fetch (Python SDK)

Option 2: Docker (Best for Services)

docker run -p 8000:8000 iarsalanshah/ghostfetch
# Service available at http://localhost:8000

Option 3: Manual / Source

git clone https://github.com/iArsalanshah/GhostFetch.git
cd GhostFetch
pip install -e .
playwright install chromium

🧰 Usage

CLI

# JSON output for parsing
ghostfetch "https://example.com" --json

# Metadata only
ghostfetch "https://example.com" --metadata-only

Python SDK

from ghostfetch import fetch

result = fetch("https://example.com")
print(result['markdown'])

REST API

Start the server:

ghostfetch serve

Synchronous Fetch (Blocks until done):

curl "http://localhost:8000/fetch/sync?url=https://example.com"

Asynchronous Fetch (Background Job):

curl -X POST "http://localhost:8000/fetch" \
     -H "Content-Type: application/json" \
     -d '{"url": "https://example.com", "callback_url": "https://yourapp.com/webhook"}'

Check Health:

curl "http://localhost:8000/health"

Check Job Status:

curl "http://localhost:8000/job/a1b2c3d4-e5f6-7890"

Response Format

All successful fetches return a standardized JSON structure:

{
  "metadata": {
    "title": "Page Title",
    "author": "Author Name",
    "publish_date": "2023-01-01",
    "images": ["image_url.jpg"]
  },
  "markdown": "# Page Title\n\nExtracted content...",
  "url": "https://example.com/original-url",
  "status": "success"
}

📊 Configuration

GhostFetch is configured via environment variables.

Variable Default Description
MAX_CONCURRENT_BROWSERS 2 Max concurrent browser contexts
MIN_DOMAIN_DELAY 30 Seconds between requests to same domain
JITTER_MIN 3.0 Minimum random wait time after page load
JITTER_MAX 7.0 Maximum random wait time after page load
GHOSTFETCH_PORT 8000 Port for the API server
PROXY_STRATEGY round_robin round_robin or random

Proxies: Create a proxies.txt file in the working directory with one proxy per line: http://user:pass@host:port


📈 Advanced Usage

For GitHub integration, MCP Server configuration (Claude Desktop), and production deployment guides (Docker Compose, Proxy strategies), please see:

👉 Advanced Usage & Deployment Guide


🛠 Troubleshooting

  • Browser Executable Missing: Run playwright install chromium.
  • Timeouts: Increase timeout in request or SYNC_TIMEOUT_DEFAULT env var.
  • Memory Issues: Reduce MAX_CONCURRENT_BROWSERS.

🤝 Contributing

PRs welcome. Open an issue for major changes.


⚠️ Legal Disclaimer

For educational and research purposes only. Users are responsible for complying with the Terms of Service, robots.txt, and applicable laws of the websites they access. This tool should not be used for unauthorized scraping or circumventing security measures in violation of law.


License

MIT License. See LICENSE for details.

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

ghostfetch-2026.2.10.tar.gz (25.2 kB view details)

Uploaded Source

Built Distribution

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

ghostfetch-2026.2.10-py3-none-any.whl (26.6 kB view details)

Uploaded Python 3

File details

Details for the file ghostfetch-2026.2.10.tar.gz.

File metadata

  • Download URL: ghostfetch-2026.2.10.tar.gz
  • Upload date:
  • Size: 25.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ghostfetch-2026.2.10.tar.gz
Algorithm Hash digest
SHA256 03523e51f57b2a1923886a6b3d871b0872fc2b6af74915e7d76eff08e0f4990a
MD5 8b2f198415c6dc80d5612930e2da9bad
BLAKE2b-256 b20ed04ef5239c15022529938a89e68710db6551ef9cf8131908f8cc0fdd6673

See more details on using hashes here.

Provenance

The following attestation bundles were made for ghostfetch-2026.2.10.tar.gz:

Publisher: pypi-publish.yml on iArsalanshah/GhostFetch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ghostfetch-2026.2.10-py3-none-any.whl.

File metadata

  • Download URL: ghostfetch-2026.2.10-py3-none-any.whl
  • Upload date:
  • Size: 26.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ghostfetch-2026.2.10-py3-none-any.whl
Algorithm Hash digest
SHA256 22783b32fca0b3646019094ecd434cfc168626310fa3344f3eb68df292b90d04
MD5 1b2e5af5cb269d247d016cee873d80c0
BLAKE2b-256 a4b78afc3722e70ba9fa96069f50a2369214eac9367725d91b0de2e76a436633

See more details on using hashes here.

Provenance

The following attestation bundles were made for ghostfetch-2026.2.10-py3-none-any.whl:

Publisher: pypi-publish.yml on iArsalanshah/GhostFetch

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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