Update README.md

- Corrected misspelling of extremly to extremely
- Corrected misspelling of capabilites to capabilities
- Corrected misspelling of Intracting to Interacting
This commit is contained in:
ABHISHEK FADAKE 2024-10-11 19:39:33 +05:30 committed by GitHub
parent 0d48f4513a
commit 3ecdd301b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ To use the API, you need to sign up on [Firecrawl](https://firecrawl.dev) and ge
- [**Scrape**](#scraping): scrapes a URL and get its content in LLM-ready format (markdown, structured data via [LLM Extract](#llm-extraction-beta), screenshot, html)
- [**Crawl**](#crawling): scrapes all the URLs of a web page and return content in LLM-ready format
- [**Map**](#map-alpha): input a website and get all the website urls - extremly fast
- [**Map**](#map-alpha): input a website and get all the website urls - extremely fast
### Powerful Capabilities
- **LLM-ready formats**: markdown, structured data, screenshot, HTML, links, metadata
@ -80,7 +80,7 @@ To use the API, you need to sign up on [Firecrawl](https://firecrawl.dev) and ge
- **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
You can find all of Firecrawl's capabilites and how to use them in our [documentation](https://docs.firecrawl.dev)
You can find all of Firecrawl's capabilities and how to use them in our [documentation](https://docs.firecrawl.dev)
### Crawling
@ -321,7 +321,7 @@ curl -X POST https://api.firecrawl.dev/v1/scrape \
}'
```
### Intracting with the page with Actions (Cloud-only)
### Interacting with the page with Actions (Cloud-only)
Firecrawl allows you to perform various actions on a web page before scraping its content. This is particularly useful for interacting with dynamic content, navigating through pages, or accessing content that requires user interaction.