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 } }
スクレイピングのレスポンスを取得するために使用できます。
Bearer認証ヘッダーの形式はBearer で、はあなたの認証トークンです。
取得するスクレイプのユニークな識別子。
スクレイプ結果を含む成功したレスポンス。
スクレイプID
オブジェクトの種類。このエンドポイントでは「scrape」。
作成されたエポック
ユーザー定義のメタデータ。
スクレイピングされたURL。
Show child attributes
このページは役に立ちましたか?