Econdb avatar

Econdb

Pricing

Pay per usage

Go to Apify Store
Econdb

Econdb

Fetch public JSON data from Econdb and emit normalized Apify dataset rows.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Prophed Com

Prophed Com

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

21 minutes ago

Last modified

Share

Public JSON API dataset Actor generated from opportunity publicapis:Finance:Econdb. The endpoint was smoke-tested during generation and returned JSON, so this Actor can run as a low-compute Apify data product with batching, normalization, scheduling, and dataset export.

Use cases

  • Pull public JSON API responses into Apify datasets without custom glue code.
  • Schedule repeatable snapshots of public API data.
  • Normalize common API envelopes such as arrays, data, items, and results.
  • Send output to webhooks, spreadsheets, warehouses, BI tools, or downstream agents.

Source

Input

requests accepts one or more public JSON requests. Each request supports url, method, params, optional headers, optional JSON body, and optional itemPath for selecting nested arrays.

{
"requests": [
{
"url": "https://www.econdb.com/api/",
"method": "GET",
"params": {},
"itemPath": ""
}
],
"maxItems": 1000,
"timeoutSecs": 30
}

Output

Each dataset item contains the source metadata, HTTP status, item index, normalized item object, and fetch timestamp:

{
"sourceTitle": "Econdb",
"sourceUrl": "https://www.econdb.com/api/",
"status": 200,
"itemIndex": 0,
"item": { "id": "example" },
"fetchedAt": "2026-07-05T00:00:00.000Z"
}

Failed requests produce structured error rows and the Actor continues unless failFast is enabled.

Monetization

This Actor is designed for Apify PAY_PER_EVENT pricing on the default dataset item event. It keeps compute low by using direct public API calls, strict timeouts, and max-item caps.