DataFuel API scrapes entire websites and knowledge bases in a single query. Get clean, markdown-structured web data instantly for your RAG systems and AI models. No complex scraping code needed.

Welcome

The DataFuel API is documented using the OpenAPI specification. This allows for a standardized and detailed description of our API endpoints, request/response structures, and authentication methods. Below, you’ll find a link to our OpenAPI specification file, which provides a comprehensive overview of the API.

DataFuel

Use the /scrape endpoint to initiate a web scraping job

Get Scrapes

Use the /get_scrapes endpoint to get metadata and signed URLs for your scrapes

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

"security": [
  {
    "bearerAuth": []
  }
]