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 } }
Peut être utilisé pour récupérer la réponse d’un scrape.
En-tête d'authentification Bearer sous la forme Bearer , où est ton jeton d'authentification.
Identifiant unique pour le scrape à récupérer.
Réponse réussie avec le résultat du scrape.
ID du scrape
Le type d'objet. "scrape" pour ce point de terminaison.
Époque créée
Métadonnées définies par l'utilisateur.
L'URL qui a été scrappée.
Show child attributes
Cette page vous a-t-elle été utile ?