Scrapeless API
Dashboard
Dashboard
  1. Scrape
  • User
    • Get User Info
      GET
  • Scraping Browser
    • CDP API
    • 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
      • Google Images
      • Google Local
    • google trends
      • API Parameters
      • AutoComplete
      • Interest Over Time
      • Compared Breakdown By Region
      • Interest By Subregion
      • Related Queries
      • Related Topics
      • Trending Now
    • google flights
      • API Parameters
      • Round trip
      • One way
      • Multi-city
    • google flights chart
      • API Parameters
      • chart
    • google maps
      • API Parameters(Google Maps)
      • API Parameters(Google Maps Autocomplete)
      • API Parameters(Google Maps Contributor Reviews)
      • API Parameters(Google Maps Directions)
      • API Parameters(Google Maps Reviews)
      • Google Maps
      • Google Maps Autocomplete
      • Google Maps Contributor Reviews
      • Google Maps Directions
      • Google Maps Reviews
    • google scholar
      • API Parameters(Google Scholar)
      • API Parameters(Google Scholar Author)
      • API Parameters(Google Scholar Cite)
      • API Parameters(Google Scholar Profiles)
      • Google Scholar
      • Google Scholar Author
      • Google Scholar Cite
      • Google Scholar Profiles
    • google jobs
      • API Parameters
      • Google Jobs
    • google shopping
      • API Parameters
      • Google Shopping
    • google hotels
      • API Parameters
      • Supported Google Vacation Rentals Property Types
      • Supported Google Hotels Property Types
      • Supported Google Vacation Rentals Amenities
      • Supported Google Hotels Amenities
      • Google Hotels
    • google news
      • API Parameters
      • Google News
    • google lens
      • API Parameters
      • Google Lens
    • google finance
      • API Parameters
      • Google Finance
      • Google Finance Markets
    • google product
      • API Parameters
      • Google Product
    • google play store
      • API Parameters
      • Supported Google Play Categories
      • Google Play Games
      • Google Play Books
      • Google Play Movies
      • Google Play Product
      • Google Play Apps
    • google ads
      • API Parameters
      • Google Ads
    • Scraper Request
      POST
    • Scraper GetResult
      GET
  • Universal Scraping API
    • JS Render Docs
    • JS Render
    • Web Unlocker
    • Akamaiweb Cookie
    • Akamaiweb Sensor
  • 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}
Scraping
Last modified:2025-06-04 10:04:20

Request

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

Request 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;'

Responses

🟢200OK
application/json
Successful response
Body
success
boolean 
optional
status
string 
optional
The current status of the crawl. Can be scraping, completed, or failed.
data
object 
optional
The data of the scrape.
markdown
string 
optional
html
string  | null 
optional
HTML version of the content on page if html is in formats
rawHtml
string  | null 
optional
Raw HTML content of the page if rawHtml is in formats
screenshot
string  | null 
optional
Screenshot of the page if screenshot is in formats
links
array[string]
optional
List of links on the page if links is in formats
metadata
object 
optional
error
string 
optional
Error message
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
Previous
Cancel a batch scrape job
Next
Get the status of a batch scrape job
Built with