- User
- Scraping Browser
- Scraping API
- shopee
- br sites
- amazon
- google search
- google trends
- google flights
- google flights chart
- google maps
- google scholar
- google jobs
- google shopping
- google hotels
- google news
- google lens
- google finance
- google product
- google play store
- google ads
- Scraper RequestPOST
- Scraper GetResultGET
- Universal Scraping API
- Crawler
- Scrape
- Crawl
- Public
Cancel a crawl job
DELETE
/api/v1/crawler/crawl/{id}
Crawling
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 DELETE 'https://api.scrapeless.com/api/v1/crawler/crawl/' \
--header 'x-api-token;'
Responses
🟢200OK
application/json
Body
status
enum<string>
optional
Allowed value:
cancelled
Example:
cancelled
Example
{
"status": "cancelled"
}
🟠404Record Not Found
🔴500Server Error