# DataFuel ## Docs - [Crawl](https://docs.datafuel.dev/api-reference/endpoint/crawl.md): Request to crawl from a base URL and return a list of discovered URLs with their associated data. You can specify the crawl depth and limit the number of pages to crawl. - [Get Scrapes](https://docs.datafuel.dev/api-reference/endpoint/get-scrapes.md): Returns a list of all scraping results ordered by timestamp (most recent first). Each result contains details about the scraped URL, including its status and access URL for the scraped content. - [Scrape](https://docs.datafuel.dev/api-reference/endpoint/scrape.md): Extract data from URLs with basic or AI-enhanced scraping capabilities - [Scrape With Login](https://docs.datafuel.dev/api-reference/endpoint/scrape-with-login.md): Scrapes web content from authenticated pages by handling login processes before accessing the target URL. Supports authentication form-based login - [Introduction](https://docs.datafuel.dev/introduction.md): Turn websites into LLM-ready data ## OpenAPI Specs - [openapi](https://docs.datafuel.dev/api-reference/openapi.json) ## Optional - [Support](mailto:sacha@datafuel.dev)