mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-03 16:40:37 +08:00

* added cached scrapes to extract * dont save if exists * no duplicates * experimental tag * Update requests.http --------- Co-authored-by: Nicolas <nicolascamara29@gmail.com>
103 lines
2.3 KiB
HTTP
103 lines
2.3 KiB
HTTP
# Pick your baseUrl here:
|
|
@baseUrl = http://localhost:3002
|
|
# @baseUrl = https://api.firecrawl.dev
|
|
|
|
### Scrape Website
|
|
# @name scrape
|
|
POST {{baseUrl}}/v1/scrape HTTP/1.1
|
|
Authorization: Bearer {{$dotenv TEST_API_KEY}}
|
|
content-type: application/json
|
|
|