Update README.md

This commit is contained in:
Nicolas 2024-05-19 00:41:12 -07:00 committed by GitHub
parent 0dc108cd33
commit 713f16fdc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -296,7 +296,6 @@ npm install @mendable/firecrawl-js
1. Get an API key from [firecrawl.dev](https://firecrawl.dev)
2. Set the API key as an environment variable named `FIRECRAWL_API_KEY` or pass it as a parameter to the `FirecrawlApp` class.
### Scraping a URL
To scrape a single URL with error handling, use the `scrapeUrl` method. It takes the URL as a parameter and returns the scraped data as a dictionary.