cURL
curl --request GET \ --url https://api.olostep.com/v1/scrapes/{scrape_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "created": 123, "metadata": {}, "url_to_scrape": "<string>", "result": { "html_content": "<string>", "markdown_content": "<string>", "json_content": "<string>", "screenshot_hosted_url": "<string>", "html_hosted_url": "<string>", "markdown_hosted_url": "<string>", "links_on_page": [ "<string>" ], "page_metadata": { "status_code": 123, "title": "<string>" }, "size_exceeded": true } }
Può essere utilizzato per recuperare la risposta di uno scrape.
Intestazione di autenticazione Bearer della forma Bearer , dove è il tuo token di autenticazione.
Identificatore univoco per lo scrape da recuperare.
Risposta positiva con il risultato dello scrape.
ID dello Scrape
Il tipo di oggetto. "scrape" per questo endpoint.
Epoch creato
Metadata definiti dall'utente.
L'URL che è stato scrappato.
Show child attributes
Questa pagina è stata utile?