APIs.io · Arazzo Workflow
APIs.io Paginate Search Results
Version 1.0.0
Read the first page of a keyword search, learn the total page count, then fetch a following page of results.
View Spec
View on GitHub
API AggregationAPI DirectoryAPI DiscoveryAPI IndexingAPI RatingAPI SearchAPIs.jsonSearch EngineArazzoWorkflows
Provider
Workflows
paginate-search-results
Page through APIs.io keyword search results using the response page metadata.
Fetches the first page of a keyword search to learn the total page count and the next-page link, then conditionally retrieves the next page of results when more than one page exists.
1
firstPage
searchAPIs
Fetch the first page of results for the keyword and read the total page count and the next-page link from the response metadata.
2
nextPage
searchAPIs
Fetch the second page of results for the same keyword so results can be accumulated beyond the first page.