Changelogs.Md Scraper avatar

Changelogs.Md Scraper

Pricing

Pay per usage

Go to Apify Store
Changelogs.Md Scraper

Changelogs.Md Scraper

Structured changelog metadata from open source projects.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Salman Bareesh

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

FieldTypeDefaultDescription
searchQuerystring""Keyword or phrase to filter results. Leave empty to fetch all records.
maxResultsinteger100Maximum number of records to retrieve (1–10,000).
startPageinteger1Page number to begin from. Useful for resuming a run.
resultsPerPageinteger0Records 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)