Json Api Scraper
Pricing
from $10.00 / 1,000 results
Go to Apify Store
Json Api Scraper
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer

Donny
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
7 hours ago
Last modified
Categories
Share
A flexible, generic JSON API scraper that can fetch data from any public JSON API endpoint with support for pagination, custom headers, query parameters, and JSONPath extraction.
Features
- Fetch data from any JSON API endpoint
- Support GET and POST methods
- Custom headers and query parameters
- JSONPath-like extraction for nested data
- Automatic pagination support
- Configurable page limits
Input
- apiUrl (required) - The API endpoint URL
- method - HTTP method (default: GET)
- headers - Custom request headers
- queryParams - Query parameters as key-value pairs
- jsonPath - JSONPath expression to extract specific data
- maxPages - Maximum number of pages to fetch (default: 1)
- paginationParam - Query parameter name for pagination
- paginationStart - Starting value for pagination (default: 0)
Output
Extracted JSON data from the API response.