Pagination matrix

Check the continuation contract before building a collection loop. This matrix is generated from the current catalogue inputs and published field schemas.

How to read the matrix

Each row lists declared paging or collection-size inputs, their documented limits, and optional response fields. Reviewed schemas describe a reviewed response shaper; observed schemas describe captured shapes. Neither guarantees the field will appear on your next call. This is documentation of contracts, not a fresh live retrieval test.

List and search operations without a documented continuation are included with an explicit gap. Other operations with no paging inputs or fields are omitted. Page size, depth and count can bound work rather than select another page. Check the linked endpoint for availability and current cost before sending requests.

Keep all identity and filter parameters unchanged. Follow only continuation returned for that operation; stop on absent or repeated tokens, explicit end-of-list, budget exhaustion or your page cap. Null, an empty page or reaching your own cap does not prove complete history. See collection loops and caching and partial results.

Endpoint continuation and limits

385 relevant operations in the current catalogue. Input limits below are reproduced from endpoint documentation; a missing limit means it is not declared here.

EndpointDeclared inputs and limitsOptional response fieldsCollection rule
airbnb/locations
  • limitSuggestions, 1 to 20

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
airbnb/search-stays
  • limitResults per page, 1 to 50
  • cursorThe cursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
airbnb/stay-reviews
  • limitResults per page, 1 to 50. Keep unchanged between pages.
  • cursorOpaque continuation from this operation; preserve all original parameters.
  • pageOptional initial page; use cursor for subsequent pages.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
aliexpress/categoriesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
aliexpress/promosNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
aliexpress/reviews
  • pagePage number (20 per page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
  • total_pagesOptional total pages supplied by this operation. Null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
aliexpress/search-hot
  • pagePage number
  • limitProducts per page, up to 50

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
aliexpress/search-promo
  • pagePage number
  • limitProducts per page, up to 50

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
aliexpress/shippingNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
aliexpress/similarNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
aliexpress/store-products
  • pagePage number

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
  • total_pagesOptional total pages supplied by this operation. Null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
amazon/best-sellers
  • pagePage of 50

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
amazon/categoriesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
amazon/deals
  • cursorOffset from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
amazon/reviews
  • limitReviews, up to 100

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
amazon/seller-products
  • pagePage

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
amazon/seller-reviews
  • pagePage

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
amazon/sellersNo paging input declared.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
app_store/app-list
  • depthRequested results, 1–100 (default 100); the source may return fewer. No per-item detail enrichment.
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
app_store/app-reviews
  • depthNumber of source pages, each containing up to 50 reviews; not a review count. Rating filters are applied locally to the retrieved pages and can return fewer or zero matches.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
app_store/search-suggestionsNo paging input declared.No continuation field documented.No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
bluesky/user/posts
  • limitPosts per page, 1-100 (default 25)
  • cursorOpaque cursor from a previous page

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
booking/attraction-locationsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
booking/flight-locationsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
booking/hotel-reviews
  • pagePage number (25 a page)

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
booking/locationsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
booking/search-attractions
  • pagePage number

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
booking/search-flights
  • pagePage number

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
booking/search-hotels
  • pagePage number

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
cohort-queries/results
  • cursorOpaque cursor from the previous page of matches
  • limitMatches per page, 1-100 (default 25)

Reviewed shaper

  • cursorNested response fields; optional unless explicitly documented.
  • has_moreNested response fields; optional unless explicitly documented.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
companies_house/officers
  • limitResults per page, 1–100 (default 20).
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
content_analysis/rating-distribution
  • depthPages of up to 50 reviews to sample (max 5)
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
content_analysis/sentiment
  • depthItems fetched PER SOURCE before aggregating (max 100)
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
content_analysis/summary
  • internal_list_limitLength of the embedded top-terms / category / publisher lists (max 50)
  • depthItems fetched PER SOURCE before aggregating (max 100)
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
credits/transactions
  • limitRows per page (default 25, max 100)
  • cursorOpaque cursor from the previous page

Reviewed shaper

  • cursorNested response fields; optional unless explicitly documented.
  • has_moreNested response fields; optional unless explicitly documented.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
etsy/categories
  • depthTree depth, 1-3

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
etsy/category-products
  • pagePage number (64 per page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
etsy/reviews
  • pagePage number (8 per page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
  • total_pagesOptional total pages supplied by this operation. Null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
etsy/shop-products
  • pagePage number
  • limitUp to 48 per page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
etsy/shop-reviews
  • pagePage number (8 per page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
  • total_pagesOptional total pages supplied by this operation. Null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
etsy/shops
  • pagePage number (12 per page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
etsy/similar
  • limitRequested rows per response, 1–1000. The source may return fewer. Remaining rows from an already purchased page use a saved cursor and cost zero to retrieve for up to one hour; further native source pages use this endpoint’s normal price.
  • cursorUse the returned cursor unchanged, retaining the original query, filters and limit. Saved mlo1. cursors retrieve already purchased rows at zero credits for up to one hour. A native source cursor, when supplied, starts a normally priced source page. Quote with dry_run before continuing.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
etsy/suggestionsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
facebook/city-events
  • cursorOpaque cursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
facebook/comment-replies
  • expansion_tokenexpansion_token from the same facebook/post-comments row.
  • cursorOpaque cursor from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
facebook/events
  • cursorOpaque cursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
facebook/group-posts
  • cursorOpaque cursor from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
facebook/photos
  • cursorOpaque cursor from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
facebook/post-comments
  • cursorOpaque cursor from the previous page.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
facebook/posts
  • cursorOpaque cursor from the previous page.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
facebook/profile/full
  • postsDesired page size, 1-100. Existing components choose their own page size; the entire single source page is preserved, even if longer or shorter, so no records are skipped between cursors. No automatic extra pages.
  • cursorOpaque posts_cursor from the previous response; use posts_pagination.next_params to retain all required context. Unsupported component continuation is refused before calls.
No continuation field documented.Bounded bundle. Continue each component using its next_params when supplied; preserve all returned parameters and inspect partial legs.
facebook/reels
  • cursorOpaque cursor from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
facebook/reels/full
  • cursorOpaque continuation from the previous response. Preserve query or identity.
  • max_pagesMaximum source pages: 1-5, default 1. Catalog price reserves the five-page maximum; actual successful component charges are settled after execution.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • next_paramsOptional next params supplied by this operation. Null means unknown.
  • next_params.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • next_params.max_pagesOptional max pages supplied by this operation. Null means unknown.
  • next_params.urlOriginal source URL when supplied.
  • source_metadata.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • source_metadata.has_moreSource continuation indicator; null means unknown.
Bounded bundle. Continue each component using its next_params when supplied; preserve all returned parameters and inspect partial legs.
facebook/search-pages
  • cursorOpaque continuation from the previous response. Preserve query or identity.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
facebook/search-people
  • cursorOpaque continuation from the previous response. Preserve query or identity.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
facebook/search-posts
  • cursorOpaque continuation from the previous response. Preserve query or identity.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
facebook/search-videos
  • cursorOpaque continuation from the previous response. Preserve query or identity.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
finance/historyNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
finance/newsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
g2/category
  • pagePage of 15 products

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
g2/reviews
  • pagePage of 10 reviews; the response carries last_page and a cursor

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
g2/seller
  • products_pagePage of the seller's products (9 per page)
  • reviews_pagePage of cross-product review teasers (3 per page, up to 10 pages)

Observed shape

  • products.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • products.has_moreSource continuation indicator; null means unknown.
  • reviews.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • reviews.has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
g2/seller-products
  • pagePage of 9 products

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
github/issue/comments
  • limitItems per page, max 100
  • cursorOpaque page cursor from a previous response

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
github/profile/repos
  • limitItems per page, max 100
  • cursorOpaque page cursor from a previous response

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
github/repo/issues
  • limitItems per page, max 100
  • cursorOpaque page cursor from a previous response

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
github/repo/releases
  • limitItems per page, max 100
  • cursorOpaque page cursor from a previous response

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
github/user/profile-velocity
  • depthEvent pages to analyze, 1-3 (100 events per page, default 3)
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
google_finance/exploreNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
google_finance/marketsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
google_places/listingNo paging input declared.No continuation field documented.No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
google_places/questions
  • limitRequested rows per response, 1–1000. The source may return fewer. Remaining rows from an already purchased page use a saved cursor and cost zero to retrieve for up to one hour; further native source pages use this endpoint’s normal price.
  • cursorUse the returned cursor unchanged, retaining the original query, filters and limit. Saved mlo1. cursors retrieve already purchased rows at zero credits for up to one hour. A native source cursor, when supplied, starts a normally priced source page. Quote with dry_run before continuing.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
google_places/reviewsNo paging input declared.No continuation field documented.No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
google_places/updatesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
google_play/app-list
  • limitRequested results, 1–100 (default 100); the source may return fewer. No per-item detail enrichment.
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
google_play/app-reviews
  • limitRequested results, 1–100 (default 100); the source may return fewer. No per-item detail enrichment.
  • cursorOpaque cursor from the previous page

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
google_play/categoriesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
google_play/languagesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
google_play/locationsNo paging input declared.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
google_play/search-suggestionsNo paging input declared.No continuation field documented.No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
google_search/images
  • limitRequested rows per response, 1–1000. The source may return fewer. Remaining rows from an already purchased page use a saved cursor and cost zero to retrieve for up to one hour; further native source pages use this endpoint’s normal price.
  • cursorUse the returned cursor unchanged, retaining the original query, filters and limit. Saved mlo1. cursors retrieve already purchased rows at zero credits for up to one hour. A native source cursor, when supplied, starts a normally priced source page. Quote with dry_run before continuing.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
google_search/maps
  • limitResults, up to 100

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
google_search/news
  • limitResults, up to 100

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
google_shopping/deals
  • limitResults, up to 120
  • pagePage

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
google_shopping/price-history
  • pagePage of 10 stores

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
google_shopping/reviews
  • limitReviews, up to 100

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
google_shopping/sellersNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
google_shopping/store-reviews
  • limitReviews, up to 100
  • cursorCursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
gumtree/filtersNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
gumtree/locationsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
gumtree/product-similarNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
gumtree/search-suggestionsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
hackernews/story/commentsNo paging input declared.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Bounded comment tree. Preserve parent IDs and depth; inspect coverage rather than assuming complete history.
hm/categoriesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
hm/countriesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
hm/new-arrivals
  • pagePage number
  • limitPer page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
hm/similarNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
hm/storesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
hm/suggestionsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
home_depot/reviews
  • pagePage number

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/audio-reels
  • cursorOpaque cursor from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/comment
  • cursorOpaque continuation from the previous response. Preserve query or identity.
  • max_pagesMaximum source pages: 1-5, default 1. Catalog price reserves the five-page maximum; actual successful component charges are settled after execution.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • next_paramsOptional next params supplied by this operation. Null means unknown.
  • next_params.comment_idOptional comment id supplied by this operation. Null means unknown.
  • next_params.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • next_params.max_pagesOptional max pages supplied by this operation. Null means unknown.
  • next_params.urlOriginal source URL when supplied.
  • source_metadata.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • source_metadata.has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/comment-replies
  • cursorOpaque cursor from the previous page.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/location-posts
  • cursorCursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/post-comments
  • cursorOpaque cursor from the previous page.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/post-likersNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
instagram/posts
  • cursorOpaque cursor from the previous page.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/posts/full
  • cursorOpaque continuation from the previous response. Preserve query or identity.
  • max_pagesMaximum source pages: 1-5, default 1. Catalog price reserves the five-page maximum; actual successful component charges are settled after execution.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • next_paramsOptional next params supplied by this operation. Null means unknown.
  • next_params.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • next_params.handleOptional handle supplied by this operation. Null means unknown.
  • next_params.max_pagesOptional max pages supplied by this operation. Null means unknown.
  • source_metadata.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • source_metadata.has_moreSource continuation indicator; null means unknown.
Bounded bundle. Continue each component using its next_params when supplied; preserve all returned parameters and inspect partial legs.
instagram/profile-followers
  • limitAccounts per page, at most 50
  • cursorOpaque cursor from the previous response; keep the same handle and query

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/profile-following
  • limitAccounts per page, at most 50
  • cursorOpaque cursor from the previous response; keep the same handle and query

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/profile/full
  • postsDesired page size, 1-100. Existing components choose their own page size; the entire single source page is preserved, even if longer or shorter, so no records are skipped between cursors. No automatic extra pages.
  • cursorOpaque posts_cursor from the previous response; use posts_pagination.next_params to retain all required context. Unsupported component continuation is refused before calls.

Reviewed shaper

  • posts_pagination.has_moreSource continuation indicator.
  • posts_pagination.next_paramsNested response fields; optional unless explicitly documented.
  • posts_pagination.next_params.handleAccount handle.
  • posts_pagination.next_params.cursorOpaque cursor; pass every supplied next parameter together.
Bounded bundle. Continue each component using its next_params when supplied; preserve all returned parameters and inspect partial legs.
instagram/reels
  • cursorOpaque cursor from the previous page.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/reels/full
  • cursorOpaque continuation from the previous response. Preserve query or identity.
  • max_pagesMaximum source pages: 1-5, default 1. Catalog price reserves the five-page maximum; actual successful component charges are settled after execution.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • next_paramsOptional next params supplied by this operation. Null means unknown.
  • next_params.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • next_params.handleOptional handle supplied by this operation. Null means unknown.
  • next_params.max_pagesOptional max pages supplied by this operation. Null means unknown.
  • source_metadata.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • source_metadata.has_moreSource continuation indicator; null means unknown.
Bounded bundle. Continue each component using its next_params when supplied; preserve all returned parameters and inspect partial legs.
instagram/reposts
  • cursorCursor from the previous page

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/search-hashtag
  • cursorOpaque cursor from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/search-locations
  • limitPlaces to return, up to 50

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/search-musicNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
instagram/search-profiles
  • cursorOpaque cursor from the previous page.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/search-reels
  • cursorPage number, starting at 1.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/search-topNo paging input declared.No continuation field documented.No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
instagram/similar-accountsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
instagram/storiesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
instagram/tagged-posts
  • cursorOpaque cursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
instagram/username-suggestions
  • cursorOpaque continuation from the previous response. Preserve query or identity.
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
jobs/linkedin/organizationsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
jobs/salary/titlesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
klarna/categoriesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
klarna/category
  • limitProducts per page, at most 48
  • cursorOffset from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
klarna/category-keywordsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
klarna/price-historyNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
klarna/product-offersNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
klarna/reviews
  • limitReviews per page, at most 50
  • cursorCursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
klarna/reviews-overview
  • limitShopper reviews to include, at most 50
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
klarna/reviews-pro
  • limitReviews per page, at most 50
  • cursorCursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
klarna/search-suggestionsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
klarna/store-filtersNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
klarna/store-products
  • limitProducts per page, at most 25
  • cursorOffset from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
klarna/stores
  • limitStores per page, at most 24
  • cursorOffset from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
kohls/categoriesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
kohls/questions
  • pagePage number
  • limitQuestions per page, at most 50

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
kohls/reviews
  • pagePage number
  • limitReviews per page, at most 50

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
kohls/storesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
kwai/posts
  • cursorOpaque cursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/comment-replies
  • cursorPage token from the previous answer

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/company-affiliated-pagesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
linkedin/company-jobs
  • cursorCursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/company-people
  • cursorPage number from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/company-posts
  • pagePage number, 1 to 7 (the supplier documents up to seven pages); omitted = the first page
  • cursorContinuation: the cursor from the previous answer (the next page number). Use it instead of page.
  • pagesOptional bounded collection of 1–3 source pages at the normal price, within one shared spending limit and total deadline. Default 1. Inspect pages_fetched, partial and window_stop_reason: fewer pages may fit. Continue using the returned cursor with the same pages and filters. Source order is preserved; this is not an exhaustive result set.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/group-posts
  • pagePage number

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/post-comments
  • cursorPage number from the previous page
  • pagesOptional bounded collection of 1–3 source pages at the normal price, within one shared spending limit and total deadline. Default 1. Inspect pages_fetched, partial and window_stop_reason: fewer pages may fit. Continue using the returned cursor with the same pages and filters. Source order is preserved; this is not an exhaustive result set.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/post-reactions
  • cursorPage number from the previous page
  • pagesOptional bounded collection of 1–3 source pages at the normal price, within one shared spending limit and total deadline. Default 1. Inspect pages_fetched, partial and window_stop_reason: fewer pages may fit. Continue using the returned cursor with the same pages and filters. Source order is preserved; this is not an exhaustive result set.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/post-reposts
  • cursorPage number from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-certifications
  • pagePage number

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-comments
  • cursorPage number from the previous page
  • pagination_tokenpagination_token from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
  • pagination_tokenOptional pagination token supplied by this operation. Null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-educations
  • pagePage number

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-experiences
  • pagePage number

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-honors
  • pagePage number

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-images
  • pagePage number
  • cursorThe token from the previous page

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-interests-companies
  • pagePage number

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-interests-groups
  • pagePage number

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-posts
  • cursorPage number from the previous page
  • pagination_tokenpagination_token from the previous page, passed alongside the cursor
  • pagesOptional bounded collection of 1–3 source pages within the same normal price, total deadline and spending limit. Default 1. Fewer pages may fit; inspect pages_fetched and window_stop_reason. Continue with both returned cursor and pagination_token when present; keep pages and filters unchanged. This is not a complete historical archive or a last-active indicator.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
  • pagination_tokenOptional pagination token supplied by this operation. Null means unknown.
Keep cursor and pagination_token together with the original filters. Page-only access is limited to the declared initial pages.
linkedin/profile-publications
  • pagePage number

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-reactions
  • cursorPage number from the previous page
  • pagination_tokenpagination_token from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
  • pagination_tokenOptional pagination token supplied by this operation. Null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-recommendations
  • pagePage number
  • pagination_tokenThe supplier's pagination token, forwarded as given

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-skills
  • pagePage number

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-videos
  • pagePage number
  • cursorThe token from the previous page

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile-volunteers
  • pagePage number

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/profile/full
  • postsDesired page size, 1-100. Existing components choose their own page size; the entire single source page is preserved, even if longer or shorter, so no records are skipped between cursors. No automatic extra pages.
  • cursorOpaque posts_cursor from the previous response; use posts_pagination.next_params to retain all required context. Unsupported component continuation is refused before calls.
  • pagination_tokenPass with the cursor when the personal-profile posts page supplied it. Company continuation is rejected until its registered component supports it.

Observed shape

  • posts_metadata.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • posts_metadata.has_moreSource continuation indicator; null means unknown.
  • posts_pagination.has_moreSource continuation indicator; null means unknown.
  • posts_pagination.next_paramsOptional next params supplied by this operation. Null means unknown.
  • posts_pagination.next_params.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • posts_pagination.next_params.urlOriginal source URL when supplied.
Bounded bundle. Continue each component using its next_params when supplied; preserve all returned parameters and inspect partial legs.
linkedin/search-industriesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
linkedin/search-jobs
  • cursorCursor from the previous page

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/search-locationsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
linkedin/search-people
  • pagePage number

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/search-posts
  • cursorPage number cursor from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
linkedin/search-schoolsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
meta_ads/company-ads
  • cursorOpaque cursor from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
meta_ads/search-companiesNo paging input declared.No continuation field documented.No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
monitors/feedbackNo paging input declared.No continuation field documented.No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
monitors/findings
  • limitPage size, 1-200 (default 50)
  • cursorOpaque cursor from the previous page

Reviewed shaper

  • cursorNested response fields; optional unless explicitly documented.
  • has_moreNested response fields; optional unless explicitly documented.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
monitors/index
  • cursorOpaque cursor from the previous page
  • limitPage size, 1-100 (default 25)

Reviewed shaper

  • cursorNested response fields; optional unless explicitly documented.
  • has_moreNested response fields; optional unless explicitly documented.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
monitors/runs
  • cursorOpaque cursor from the previous page
  • limitPage size, 1-100 (default 25)

Reviewed shaper

  • cursorNested response fields; optional unless explicitly documented.
  • has_moreNested response fields; optional unless explicitly documented.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
monitors/stories
  • limitStories, newest first
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
pinterest/board
  • cursorOpaque cursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
pinterest/boardsNo paging input declared.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
polymarket/research
  • limitMax markets, 1-25 (default 10)
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
quora/answersNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
quora/spaceNo paging input declared.

Observed shape

  • posts.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • posts.has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
quora/user-postsNo paging input declared.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
reddit/post/comments
  • cursorReserved compatibility parameter. This bounded comment-tree response has no supported continuation; inspect truncated and unexpanded_replies instead.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Bounded comment tree. A cursor is not a supported continuation contract; retain parent IDs and inspect coverage.
reddit/search-comments
  • cursorOpaque continuation from the previous response. Preserve query or identity.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
reddit/search-subreddits
  • cursorOpaque continuation from the previous response. Preserve query or identity.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
reddit/subreddit
  • afterReddit fullname to continue after (alias of cursor)
  • limitRequested rows per response, 1–1000. The source may return fewer. Remaining rows from an already purchased page use a saved cursor and cost zero to retrieve for up to one hour; further native source pages use this endpoint’s normal price.
  • cursorUse the returned cursor unchanged, retaining the original query, filters and limit. Saved mlo1. cursors retrieve already purchased rows at zero credits for up to one hour. A native source cursor, when supplied, starts a normally priced source page. Quote with dry_run before continuing.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
reddit/user-comments
  • cursorOpaque continuation from the previous response. Preserve query or identity.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
reddit/user-posts
  • cursorOpaque continuation from the previous response. Preserve query or identity.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
rightmove/agents
  • pagePage number

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
rightmove/locationsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
rightmove/search-rent
  • pagePage number
  • limitResults per page, 1 to 100

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
rightmove/search-sale
  • pagePage number
  • limitResults per page, 1 to 100

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
rightmove/similarNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
rightmove/sold-locationsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
rightmove/sold-prices
  • pagePage number (25 a page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
rumble/channel-videos
  • cursorOpaque cursor from the previous page

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
rumble/video-commentsNo paging input declared.No continuation field documented.No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
search/all
  • cursorOpaque continuation from a context search. Keep the original query, sources, context and date settings.
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
search/creatorsNo paging input declared.

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
sephora/availabilityNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
sephora/brand-products
  • pagePage number (60 per page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
sephora/brandsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
sephora/categoriesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
sephora/category
  • pagePage number (60 per page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
sephora/reviews
  • limitReviews per page, up to 30
  • offsetOffset for the next page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
sephora/similar
  • limitHow many

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
sephora/storesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
sephora/suggestionsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
snapchat/spotlight-comments
  • cursorOpaque cursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
soundcloud/artist-tracks
  • cursorOpaque cursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
spotify/playlist
  • cursorOpaque cursor from the previous page of tracks
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
spotify/podcast/episodes
  • cursorOffset for the next page (opaque, from a prior response)
  • limitEpisodes per page, 1-50 (default 25)
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
target/categoriesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
target/category
  • pagePage number (24 per page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
target/reviews
  • pagePage number, from 0 (10 per page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
  • total_pagesOptional total pages supplied by this operation. Null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
target/storesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
telegram/channel-posts
  • cursorOpaque cursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
threads/post-comments
  • cursorPage cursor from the previous answer

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
threads/search-usersNo paging input declared.No continuation field documented.No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
threads/user-postsNo paging input declared.No continuation field documented.No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
tiktok/ads-top
  • pagePage number, 1-100.
  • limitRequested page size, 1–20 (default 20); the source may return fewer.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
  • next_pageOptional next page supplied by this operation. Null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/collection-videos
  • cursorOpaque cursor from the previous page

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/comment
  • cursorOpaque continuation from the previous response. Preserve query or identity.
  • max_pagesMaximum source pages: 1-5, default 1. Catalog price reserves the five-page maximum; actual successful component charges are settled after execution.

Observed shape

  • source_metadata.cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • source_metadata.has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/comment-replies
  • cursorOpaque cursor from the previous page.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/effect-videos
  • cursorPage cursor from the previous answer
  • limitVideos per page, up to 30

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/effectsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
tiktok/location-videos
  • cursorCursor from the previous page
  • limitVideos per page, at most 30

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/playlist-videos
  • limitVideos per page, up to 30
  • cursorCursor from a previous page

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/post-comments
  • cursorOpaque cursor from the previous page.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/profile-videos
  • cursorOpaque cursor from the previous page.
  • max_cursorPrimary-source alias for cursor. Use the previous response cursor unchanged. The canonical cursor parameter takes precedence when both are supplied.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/profile/full
  • postsDesired page size, 1-100. Existing components choose their own page size; the entire single source page is preserved, even if longer or shorter, so no records are skipped between cursors. No automatic extra pages.
  • cursorOpaque posts_cursor from the previous response; use posts_pagination.next_params to retain all required context. Unsupported component continuation is refused before calls.

Reviewed shaper

  • posts_pagination.has_moreSource continuation indicator.
  • posts_pagination.next_paramsNested response fields; optional unless explicitly documented.
  • posts_pagination.next_params.handleAccount handle.
  • posts_pagination.next_params.cursorOpaque cursor; pass every supplied next parameter together.
Bounded bundle. Continue each component using its next_params when supplied; preserve all returned parameters and inspect partial legs.
tiktok/search-hashtag
  • cursorOpaque cursor from the previous page.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/search-music
  • limitSounds per page, up to 20
  • cursorPage cursor from the previous answer

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/search-top
  • cursorOpaque cursor from the previous page

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/search-users
  • cursorOpaque cursor from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/song-videos
  • cursorOpaque cursor from the previous page.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/user-followers
  • cursormin_time value from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Preserve the returned timestamp continuation for min_time; do not substitute an ordinary page number.
tiktok/user-following
  • cursormin_time value from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Preserve the returned timestamp continuation for min_time; do not substitute an ordinary page number.
tiktok/user-liked-videos
  • cursorCursor from the previous page
  • limitVideos per page, at most 35

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/user-playlists
  • cursorCursor from the previous page
  • limitPlaylists per page, at most 35

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktok/user-reposts
  • cursorCursor from the previous page
  • limitVideos per page, at most 35

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktokshop/creator-showcase
  • cursorOpaque cursor from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktokshop/product-reviews
  • cursorPage number, starting at 1.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tiktokshop/shop-products
  • cursorOpaque cursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tripadvisor/attraction/reviews
  • limit1 to 20 reviews; default 10. First page only.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tripadvisor/attractions
  • pagePage of 30

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tripadvisor/autocompleteNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
tripadvisor/cruise-reviews
  • pagePage number, five reviews a page (default 1); the previous answer's cursor is the next page number

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tripadvisor/cruises
  • pagePage number (20 per page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
  • total_pagesOptional total pages supplied by this operation. Null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tripadvisor/experience-typesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
tripadvisor/hotels
  • limit1 to 30 hotels; default 30. First page only.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tripadvisor/restaurant/reviews
  • limit1 to 20 reviews; default 10. First page only.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tripadvisor/restaurants
  • pagePage of 30
  • cursorCursor from the previous page

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
tripadvisor/reviews
  • limitReviews, up to 100

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
trustpilot/categoriesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
trustpilot/category-companies
  • pagePage of 20 (ranked list only)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
trustpilot/consumer-reviews
  • pagePage of 20

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
trustpilot/reviews
  • limitReviews, up to 100

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
truthsocial/posts
  • cursorOpaque cursor from the previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
twitch/user/videos
  • limitVideos per page, 1-100 (default 25)
  • cursorOpaque pagination cursor from a previous page

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
utility/endpointsNo paging input declared.

Reviewed shaper

  • cursorNested response fields; optional unless explicitly documented.
  • has_moreNested response fields; optional unless explicitly documented.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
vinted/search-by-image
  • limitResults per page, 1 to 50. Keep unchanged between pages.
  • cursorOpaque continuation from this operation; preserve all original parameters.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
vinted/seller-feedback
  • limitResults per page, 1 to 50. Keep unchanged between pages.
  • cursorOpaque continuation from this operation; preserve all original parameters.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
vinted/seller-items
  • limitResults per page, 1 to 50. Keep unchanged between pages.
  • cursorOpaque continuation from this operation; preserve all original parameters.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
vinted/sold-comparablesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
walmart/category
  • pagePage number

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
  • total_pagesOptional total pages supplied by this operation. Null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
walmart/offersNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
walmart/reviews
  • pagePage number (10 per page)

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
walmart/rollbacks
  • pagePage number (about 40 per page)

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
walmart/seller-reviews
  • pagePage number (10 per page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
wayfair/reviews
  • pagePage number

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
web/crawl
  • limitMaximum pages to fetch (default 10, cap 50)
  • max_depthLink hops from the seed page (default 2, cap 3)
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
web/jobs
  • limitJobs per page (default 25, cap 100)
  • cursorOpaque cursor from the previous page; omit for the first page

Reviewed shaper

  • cursorNested response fields; optional unless explicitly documented.
  • has_moreNested response fields; optional unless explicitly documented.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
web/map
  • limitMaximum URLs to return (default 100, cap 500)
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
web/sessions
  • limitSessions per page (default 25, cap 100)
  • cursorOpaque cursor from the previous page

Reviewed shaper

  • cursorNested response fields; optional unless explicitly documented.
  • has_moreNested response fields; optional unless explicitly documented.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
web/social-profilesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
x/community-tweets
  • cursorOpaque continuation cursor from the preceding response; keep the same community URL.
No continuation field documented.Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
x/following
  • limitRequested rows per response, 1–1000. The source may return fewer. Remaining rows from an already purchased page use a saved cursor and cost zero to retrieve for up to one hour; further native source pages use this endpoint’s normal price.
  • cursorUse the returned cursor unchanged, retaining the original query, filters and limit. Saved mlo1. cursors retrieve already purchased rows at zero credits for up to one hour. A native source cursor, when supplied, starts a normally priced source page. Quote with dry_run before continuing.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
x/mentions
  • cursorOpaque cursor from the previous page's cursor field.

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
x/profile/full
  • postsDesired page size, 1-100. Existing components choose their own page size; the entire single source page is preserved, even if longer or shorter, so no records are skipped between cursors. No automatic extra pages.
  • cursorOpaque posts_cursor from the previous response; use posts_pagination.next_params to retain all required context. Unsupported component continuation is refused before calls.

Reviewed shaper

  • posts_pagination.has_moreSource continuation indicator.
  • posts_pagination.next_paramsNested response fields; optional unless explicitly documented.
  • posts_pagination.next_params.handleAccount handle.
  • posts_pagination.next_params.cursorOpaque cursor; pass every supplied next parameter together.
Bounded bundle. Continue each component using its next_params when supplied; preserve all returned parameters and inspect partial legs.
x/quotes
  • cursorOpaque cursor from the previous page's cursor field.

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
x/retweeters
  • cursorOpaque cursor from the previous page's cursor field.

Reviewed shaper

  • cursorOpaque continuation; pass unchanged.
  • has_moreSource continuation indicator.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
x/search-tweets
  • cursorOpaque cursor from the previous page's cursor field.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
x/tweet-replies
  • cursorOpaque cursor from the previous page's cursor field.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
x/tweets
  • cursorOpaque cursor from the previous page.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
x/user-followers
  • limitFollowers per page, 20–200 (default 200). Smaller pages cost the upstream MORE per follower, not less.
  • cursorOpaque cursor from the previous page's cursor field.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
x/user-media
  • cursorOpaque cursor from the previous page's cursor field.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
yelp/photos
  • pagePage number (20 per page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
yelp/reviews
  • pagePage number (10 per page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
  • total_pagesOptional total pages supplied by this operation. Null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
yelp/search-suggestionsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
youtube/channel/playlists
  • max_resultsRequested page size, 1–50. The paid primary defaults to 50; the source may return fewer. Keep an explicit size unchanged while paginating.
  • cursorOpaque page token from a previous response

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
youtube/channel/videos
  • max_resultsRequested page size, 1–50. The paid primary defaults to 50; the source may return fewer. Keep an explicit size unchanged while paginating.
  • cursorOpaque page token from a previous response

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
youtube/community-posts
  • cursorcontinuationToken from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
youtube/lives
  • cursorcontinuationToken from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
youtube/playlistNo paging input declared.No continuation field documented.No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
youtube/playlist/items
  • max_resultsRequested page size, 1–50. The paid primary defaults to 50; the source may return fewer. Keep an explicit size unchanged while paginating.
  • cursorOpaque page token from a previous response

Observed shape

  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
youtube/profile/full
  • postsRecent uploads to sample for analytics, 1-50 (default 10)
  • cursorOpaque page token to continue the recent-uploads listing

Reviewed shaper

  • cursorUploads continuation token.
  • recent_videos_pagination.has_moreWhether another source page is reported.
Bounded bundle. Continue each component using its next_params when supplied; preserve all returned parameters and inspect partial legs.
youtube/search/advanced
  • max_resultsRequested page size, 1–50. The paid primary defaults to 50; the source may return fewer. Keep an explicit size unchanged while paginating.
  • cursorOpaque page token from a previous response

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
youtube/search/hashtag
  • max_resultsRequested page size, 1–50. The paid primary defaults to 50; the source may return fewer. Keep an explicit size unchanged while paginating.
  • cursorOpaque page token from a previous response

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
youtube/shorts
  • cursorcontinuationToken from the previous page.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
youtube/video/audioNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
youtube/video/comment/replies
  • max_resultsRequested page size, 1–100. The paid primary defaults to 100; the source may return fewer. Keep an explicit size unchanged while paginating.
  • cursorOpaque page token from a previous response

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
youtube/video/comments
  • max_resultsRequested page size, 1–100. The paid primary defaults to 100; the source may return fewer. Keep an explicit size unchanged while paginating.
  • cursorOpaque page token from a previous response

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
youtube/video/filesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
youtube/video/subtitlesNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
youtube/videosNo paging input declared.

Reviewed shaper

  • cursorOpaque next-page token. A missing token does not prove full history was retrieved.
  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
zillow/locationsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
zillow/search-sale
  • cursorOpaque continuation from this operation; preserve all original parameters.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
zillow/search-sold
  • cursorOpaque continuation from this operation; preserve all original parameters.

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
zoopla/agents
  • pagePage number (25 a page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
zoopla/estimates
  • pagePage number
  • limitAddresses per page, 1 to 50

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
zoopla/locationsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.
zoopla/search-rent
  • pagePage number

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
zoopla/search-sale
  • pagePage number

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
zoopla/sold-prices
  • pagePage number (25 a page)

Observed shape

  • cursorOpaque next-page token; pass it back unchanged. Null does not prove complete history.
  • has_moreSource continuation indicator; null means unknown.
Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation.
zoopla/streetsNo paging input declared.

Observed shape

  • has_moreSource continuation indicator; null means unknown.
No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed.

First call in under a minute

1,000 monthly free credits and a ready-made key the moment you sign up. No card.