Scrapeless API
latest
  • latest
  • v1
Dashboard
Dashboard
latest
  • latest
  • v1
  1. Scrape
  • User
    • Get User Info
      GET
  • Scraping Browser
    • CDP API
    • Browser extensions
      • Upload extension
      • Upgrade extension
      • Delete extension
      • Extension info
      • Extension list
    • Browser profiles
      • Delete profile
      • Upgrade profile
      • Create profile
      • Profile info
      • Profile list
    • Connect
      WSS
    • Running sessions
      GET
    • Live URL
      GET
  • Scraping API
    • shopee
      • Actor List
      • Shopee Product
      • Shopee Search
      • Shopee Rcmd
    • br sites
      • Solucoes cnpjreva
      • Solucoes certidaointernet
      • Servicos receita
      • Consopt
    • amazon
      • API Parameters
      • product
      • seller
      • keywords
    • google search
      • API Parameters
      • Google Search:Advanced search parameters(tbs)
      • Google Search
      • Google Images
      • Google Local
      • Google Shopping
      • Google Videos
    • google trends
      • API Parameters
      • AutoComplete
      • Interest Over Time
      • Compared Breakdown By Region
      • Interest By Subregion
      • Related Queries
      • Related Topics
      • Trending Now
    • Scraper Request
      POST
    • Scraper GetResult
      GET
  • Universal Scraping API
    • JS Render Docs
    • JS Render
      POST
    • Web Unlocker
      POST
  • Crawler
    • Scrape
      • Scrape a single URL
        POST
      • Scrape multiple URLs
        POST
      • Cancel a batch scrape job
        DELETE
      • Get the status of a scrape
        GET
      • Get the status of a batch scrape job
        GET
      • Get the errors of a batch scrape job
        GET
    • Crawl
      • Crawl multiple URLs based on options
      • Cancel a crawl job
      • Get the status of a crawl job
      • Get the errors of a crawl job
  • Public
    • actor status
    • actor status
  1. Scrape

Get the status of a scrape

GET
/api/v1/crawler/scrape/{id}
Last modified:2025-06-04 10:04:20

Request

Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.scrapeless.com/api/v1/crawler/scrape/' \
--header 'x-api-token: <api-key>'

Responses

🟢200OK
application/json
Successful response
Body

Example
{
    "success": false,
    "status": "completed",
    "data": {
        "markdown": "qui",
        "html": "sunt",
        "rawHtml": null,
        "screenshot": null,
        "links": [
            "https://sticky-pantyhose.org/"
        ],
        "metadata": {
            "title": "questionably buck over esteemed whether into",
            "description": "Toties amicitia thesis. Adsidue tam viduo armarium condico tui verbera solitudo. Arcesso cariosus aggredior teneo supplanto contabesco voluntarius decretum cupressus. Speciosus cado advoco adinventitias labore dolores casso creta ver consequuntur. At claustrum verumtamen varietas viscus illo surculus ustilo. Aqua ratione quis cras.",
            "language": null,
            "sourceURL": "https://turbulent-offset.biz/",
            "<any other metadata> ": "in",
            "statusCode": 68,
            "error": null
        }
    },
    "error": "sint ut nisi"
}
🟠402402
🟠429429
🔴500Server Error
Modified at 2025-06-04 10:04:20
Previous
Cancel a batch scrape job
Next
Get the status of a batch scrape job
Built with