Changelogs.Md Scraper
Pricing
Pay per usage
Go to Apify Store
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Salman Bareesh
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 hours ago
Last modified
Categories
Share
Overview
Structured changelog metadata from open source projects
This actor collects structured data and returns clean, paginated JSON results.
Input
| Field | Type | Default | Description |
|---|---|---|---|
searchQuery | string | "" | Keyword or phrase to filter results. Leave empty to fetch all records. |
maxResults | integer | 100 | Maximum number of records to retrieve (1–10,000). |
startPage | integer | 1 | Page number to begin from. Useful for resuming a run. |
resultsPerPage | integer | 0 | Records per page. Set to 0 to use the data source default. |
Output
Results are pushed to the default Dataset as structured JSON records.
A run summary is saved to the Key-Value Store under OUTPUT:
{"totalResults": 42,"fetchedAt": "2024-01-01T00:00:00.000Z"}
Example Input
{"searchQuery": "","maxResults": 50,"startPage": 1,"resultsPerPage": 0}
Pricing
$1.00 per 1,000 results (usage-based billing)