API (Status & Billing Info)

The API Endpoints included in this document are being developed and operated for experimental purposes.

Check API (Extraction Data) for basic API usage.

API (Extraction Task Status, Billing Info) Types

  • Billing: Shows billing information for subscribed products.

  • SingleTask Status: Shows extraction task status (wait, doing, success, fail).

  • GroupTask Status: Shows extraction task status (wait, doing, success, fail).

API Endpoint & Response

Billing API

Type
URI
Method

Billing

https://listly.io/api/billing

GET

Returns the following information:

  • plan: Subscribed plan

  • reset: Next month subscription renewal date

  • expire: (For annual subscription) Subscription expiration date

  • usage: Available URL count

  • proxy: Proxy servers to auto-purchase with automatic billing

  • url: URLs to auto-purchase with automatic billing

  • autopay: Whether automatic billing next month


SingleTask (Single Extraction Status) API

Type
URI
Method

SingleTask Status

https://listly.io/api/single/status?key=

GET

Returns the following information:

  • key: Single extraction task key

  • type: whole or part (full or partial extraction)

  • status: Extraction status (wait, doing, success, fail)

  • updated: Extraction task last modified date

  • created: Extraction task initial creation date


GroupTask (Group Extraction Status) API

Type
URI
Method

Group info. & GroupTask Status

https://listly.io/api/group/status?key=

GET

Returns the following information:

  • key: Group extraction task key

  • type: whole or part (full or partial extraction)

  • name: Group name

  • status: Extraction status (wait, doing, success, fail) — may include counts (e.g., success/total)

  • updated: Extraction task last modified date

  • created: Extraction task initial creation date

  • tasks: Registered group extraction task info and extraction status

Last updated

Was this helpful?