Octoparse Statuses API
The Statuses API from Octoparse — 2 operation(s) for statuses.
The Statuses API from Octoparse — 2 operation(s) for statuses.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/octoparse-statuses-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Octoparse Statuses API
version: 1.0.0
description: 'Octoparse is your no-coding solution for web scraping to turn pages into
structured data within clicks.'
servers:
- url: https://openapi.octoparse.com/
description: API Server URL
tags:
- name: Statuses
paths:
cloudextraction/statuses:
post:
tags:
- Statuses
summary: Octoparse TaskStatus
description: Get Task Status
requestBody:
content:
application/json:
schema:
$schema: http://json-schema.org/draft-04/schema#
title: Request Body Example
type: object
properties:
taskIds:
type: array
items:
type: string
required:
- taskIds
parameters: []
responses:
'200':
description: Response Example
content:
application/json:
schema:
$schema: http://json-schema.org/draft-04/schema#
title: Response Example
type: object
properties:
data:
type: array
items:
type: object
properties:
taskId:
type: string
taskName:
type: string
status:
type: string
required:
- taskId
- taskName
- status
requestId:
type: string
examples:
Response Example:
value:
data:
- taskId: a3b9bdf7-9aaa-22f6-9ccf-b32790f6df8f
taskName: Octoparse
status: Extracting
- taskId: 86b9bdf7-9aaa-22236-9ccf-b3279469df01
taskName: Octoparse2
status: Stopped
requestId: 0HMD469L0I8R0:00000001
'400':
description: Error Example
content:
application/json:
schema:
$schema: http://json-schema.org/draft-04/schema#
title: Error Example
type: object
properties:
error:
type: object
properties:
code:
type: string
message:
type: string
requestId:
type: string
examples:
Error Example:
value:
error:
code: ServerError
message: Internal Server Error
requestId: 0HMD469L0I8R0:00000001
cloudextraction/statuses/v2:
post:
tags:
- Statuses
summary: Octoparse TaskStatusV2
description: Get Task Status V2
requestBody:
content:
application/json:
schema:
$schema: http://json-schema.org/draft-04/schema#
title: Request Body Example
type: object
properties:
taskIds:
type: array
items:
type: string
required:
- taskIds
parameters: []
responses:
'200':
description: Response Example
content:
application/json:
schema:
$schema: http://json-schema.org/draft-04/schema#
title: Response Example
type: object
properties:
data:
type: array
items:
type: object
properties:
taskId:
type: string
status:
type: string
currentTotalExtractCount:
type: number
executedTimes:
type: number
subTaskCount:
type: number
nextExecuteTime:
type: string
endExecuteTime:
type: string
startExecuteTime:
type: string
requestId:
type: string
examples:
Response Example:
value:
data:
- taskId: a3b9bdf7-9aaa-22f6-9ccf-b32790f6df8f
status: Extracting
currentTotalExtractCount: 0
executedTimes: 1
subTaskCount: 1
nextExecuteTime: '2018-04-04T20:34:20.973'
endExecuteTime: '2018-04-04T18:34:20.973'
startExecuteTime: '2018-04-04T18:34:20.973'
requestId: 0HMD469L0I8R0:00000001
'400':
description: Error Example
content:
application/json:
schema:
$schema: http://json-schema.org/draft-04/schema#
title: Error Example
type: object
properties:
error:
type: object
properties:
code:
type: string
message:
type: string
requestId:
type: string
examples:
Error Example:
value:
error:
code: ServerError
message: Internal Server Error
requestId: 0HMD469L0I8R0:00000001