From 1328ae0fa36679f7fe5eb2137e187f1d9e45fdc5 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 18 Nov 2024 15:49:19 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cbffc39..d42c7876 100644 --- a/README.md +++ b/README.md @@ -77,10 +77,10 @@ To use the API, you need to sign up on [Firecrawl](https://firecrawl.dev) and ge - **LLM-ready formats**: markdown, structured data, screenshot, HTML, links, metadata - **The hard stuff**: proxies, anti-bot mechanisms, dynamic content (js-rendered), output parsing, orchestration - **Customizability**: exclude tags, crawl behind auth walls with custom headers, max crawl depth, etc... -- **Media parsing**: pdfs, docx, images. -- **Reliability first**: designed to get the data you need - no matter how hard it is. +- **Media parsing**: pdfs, docx, images +- **Reliability first**: designed to get the data you need - no matter how hard it is - **Actions**: click, scroll, input, wait and more before extracting data -- **Batching (New)**: scrape thousands of URLs at the same time with a new async endpoint +- **Batching (New)**: scrape thousands of URLs at the same time with a new async endpoint. You can find all of Firecrawl's capabilities and how to use them in our [documentation](https://docs.firecrawl.dev)