REST API Fetcher & Paginator — Any JSON API to Dataset avatar

REST API Fetcher & Paginator — Any JSON API to Dataset

Pricing

from $0.50 / 1,000 results

Go to Apify Store
REST API Fetcher & Paginator — Any JSON API to Dataset

REST API Fetcher & Paginator — Any JSON API to Dataset

Fetch any JSON REST API into an Apify dataset — extract the items array by dot-path and auto-follow pagination (page, offset, cursor, or next-link). Custom headers for auth. Turns any API into a dataset.

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

alaudin burki

alaudin burki

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Fetch any JSON REST API into an Apify dataset — extract the items array by dot-path and auto-follow pagination (page, offset, cursor, or next-link). Custom headers for auth. Turns any API into a dataset.

Built reliability-first: every row reports what was found and what was missing — you never get a silent blank, and a run summary tells you exactly what happened.

What you get

Returns one clean, structured row per result. Every row reports its own status so you never get a silent blank.

How to use it

  1. Fill in the input (see the example below).
  2. Run it once for a snapshot, or schedule it to keep the data fresh.
  3. Export to CSV/JSON/Excel, or push straight to Google Sheets, Notion, Airtable, Zapier, Make, or n8n.

Input

{
"url": "https://hn.algolia.com/api/v1/search?query=apify",
"itemsPath": "hits",
"paginationStrategy": "none",
"headers": {},
"maxPages": 20,
"maxItems": 100000
}

Sample output

[
{
"result": "example",
"status": "ok",
"scrapedAt": "2026-09-03T09:00:00.000Z"
}
]

Typical uses

  • Pull a paginated public/partner API into a dataset without writing code.
  • Feed the output into the Notion/Airtable/Sheets exporters or the format converter.
  • Snapshot an API on a schedule.

Pricing

$0.50 / 1,000 results ($0.0005 per result), plus a near-zero start fee. You are never charged beyond your limit, and blocked or failed items are reported honestly — not billed as data.

FAQ & limitations

  • Public data only — no login walls, no cookies required.
  • Rate limits on the source may require the proxy or a retry on very large pulls.
  • Every row reports its own status, so partial results are always labeled, never faked.
  • Integrations: output works with Zapier, Make, n8n, and any webhook via Apify's integrations.
  • Formats: results export as JSON, CSV, Excel, or HTML from the dataset.
  • Portfolio Health Monitor
  • Format Converter
  • URL Metadata Extractor