GET
/
list_scrapes
curl --request GET \
  --url https://api.datafuel.dev/list_scrapes \
  --header 'Authorization: Bearer <token>'
[
  {
    "job_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
    "job_status": "finished",
    "scrape_id": "550e8400-e29b-41d4-a716-446655440000",
    "scrape_status": "success",
    "scrape_timestamp": "2024-03-15T10:30:00Z",
    "scrape_url": "https://example.com",
    "signed_url": "https://docyjgyvimrauivbukcp.supabase.co/storage/v1/object/sign/scrapes-data/..."
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

job_id
string | null
markdown
boolean
default:false
ai_response
boolean
default:false
url
string | null

Filter by URL

Response

200
application/json
Successful Response

The response is of type object[].