# 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](https://www.monocrawl.com/docs/pagination-caching) and [partial results](https://www.monocrawl.com/docs/data-availability).

## 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.

| Endpoint | Declared inputs and limits | Optional response fields | Collection rule |
| --- | --- | --- | --- |
| [`airbnb/locations`](https://www.monocrawl.com/docs/endpoints/airbnb/locations) | - `limit` — Suggestions, 1 to 20 | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/airbnb/search-stays) | - `limit` — Results per page, 1 to 50 - `cursor` — The cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/airbnb/stay-reviews) | - `limit` — Results per page, 1 to 50. Keep unchanged between pages. - `cursor` — Opaque continuation from this operation; preserve all original parameters. - `page` — Optional initial page; use cursor for subsequent pages. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`aliexpress/categories`](https://www.monocrawl.com/docs/endpoints/aliexpress/categories) | No paging input declared. | Observed shape - `has_more` — Source 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/promos`](https://www.monocrawl.com/docs/endpoints/aliexpress/promos) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/aliexpress/reviews) | - `page` — Page number (20 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. - `total_pages` — Optional 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`](https://www.monocrawl.com/docs/endpoints/aliexpress/search) | - `page` — Page number (20 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`aliexpress/search-hot`](https://www.monocrawl.com/docs/endpoints/aliexpress/search-hot) | - `page` — Page number - `limit` — Products per page, up to 50 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/aliexpress/search-promo) | - `page` — Page number - `limit` — Products per page, up to 50 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`aliexpress/shipping`](https://www.monocrawl.com/docs/endpoints/aliexpress/shipping) | No paging input declared. | Observed shape - `has_more` — Source 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/similar`](https://www.monocrawl.com/docs/endpoints/aliexpress/similar) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/aliexpress/store-products) | - `page` — Page number | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. - `total_pages` — Optional 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`](https://www.monocrawl.com/docs/endpoints/amazon/best-sellers) | - `page` — Page of 50 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`amazon/categories`](https://www.monocrawl.com/docs/endpoints/amazon/categories) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/amazon/deals) | - `cursor` — Offset from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`amazon/reviews`](https://www.monocrawl.com/docs/endpoints/amazon/reviews) | - `limit` — Reviews, up to 100 | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`amazon/search`](https://www.monocrawl.com/docs/endpoints/amazon/search) | - `limit` — Results, up to 100 | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/amazon/seller-products) | - `page` — Page | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/amazon/seller-reviews) | - `page` — Page | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`amazon/sellers`](https://www.monocrawl.com/docs/endpoints/amazon/sellers) | No paging input declared. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/app_store/app-list) | - `depth` — Requested 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`](https://www.monocrawl.com/docs/endpoints/app_store/app-reviews) | - `depth` — Number 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 - `cursor` — Opaque 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/app-search`](https://www.monocrawl.com/docs/endpoints/app_store/app-search) | - `depth` — Requested results, 1–100 (default 100); the source may return fewer. No per-item detail enrichment. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`app_store/search-suggestions`](https://www.monocrawl.com/docs/endpoints/app_store/search-suggestions) | No 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. |
| [`apple_music/search`](https://www.monocrawl.com/docs/endpoints/apple_music/search) | - `limit` — Max results, 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. |
| [`bluesky/search`](https://www.monocrawl.com/docs/endpoints/bluesky/search) | - `limit` — Max results (1-100) - `cursor` — Continue a previous page | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`bluesky/user/posts`](https://www.monocrawl.com/docs/endpoints/bluesky/user/posts) | - `limit` — Posts per page, 1-100 (default 25) - `cursor` — Opaque cursor from a previous page | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`booking/attraction-locations`](https://www.monocrawl.com/docs/endpoints/booking/attraction-locations) | No paging input declared. | Observed shape - `has_more` — Source 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-locations`](https://www.monocrawl.com/docs/endpoints/booking/flight-locations) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/booking/hotel-reviews) | - `page` — Page number (25 a page) | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`booking/locations`](https://www.monocrawl.com/docs/endpoints/booking/locations) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/booking/search-attractions) | - `page` — Page number | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/booking/search-flights) | - `page` — Page number | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/booking/search-hotels) | - `page` — Page number | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/cohort-queries/results) | - `cursor` — Opaque cursor from the previous page of matches - `limit` — Matches per page, 1-100 (default 25) | Reviewed shaper - `cursor` — Nested response fields; optional unless explicitly documented. - `has_more` — Nested 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`](https://www.monocrawl.com/docs/endpoints/companies_house/officers) | - `limit` — Results 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. |
| [`companies_house/search`](https://www.monocrawl.com/docs/endpoints/companies_house/search) | - `limit` — Results per page, 1–100 (default 20). - `cursor` — Opaque cursor from a previous page. | Observed shape - `cursor` — Opaque 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. |
| [`content_analysis/phrase-trends`](https://www.monocrawl.com/docs/endpoints/content_analysis/phrase-trends) | - `internal_list_limit` — Length of the embedded top-terms list (max 50) - `depth` — Items fetched PER SOURCE before bucketing (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/rating-distribution`](https://www.monocrawl.com/docs/endpoints/content_analysis/rating-distribution) | - `depth` — Pages 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/search`](https://www.monocrawl.com/docs/endpoints/content_analysis/search) | - `limit` — Mentions per page after merging (max 100) - `cursor` — Offset into the merged result set, from a previous response - `depth` — Items fetched PER SOURCE before merging (max 100) | Observed shape - `cursor` — Opaque 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. |
| [`content_analysis/sentiment`](https://www.monocrawl.com/docs/endpoints/content_analysis/sentiment) | - `depth` — Items 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`](https://www.monocrawl.com/docs/endpoints/content_analysis/summary) | - `internal_list_limit` — Length of the embedded top-terms / category / publisher lists (max 50) - `depth` — Items 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`](https://www.monocrawl.com/docs/endpoints/credits/transactions) | - `limit` — Rows per page (default 25, max 100) - `cursor` — Opaque cursor from the previous page | Reviewed shaper - `cursor` — Nested response fields; optional unless explicitly documented. - `has_more` — Nested response fields; optional unless explicitly documented. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`ebay/search`](https://www.monocrawl.com/docs/endpoints/ebay/search) | - `page` — 1-based page number (mapped to offset = (page-1)*limit); use cursor to paginate reliably - `cursor` — Opaque pagination cursor returned by the previous page (a stringified offset) | Observed shape - `cursor` — Opaque 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. |
| [`etsy/categories`](https://www.monocrawl.com/docs/endpoints/etsy/categories) | - `depth` — Tree depth, 1-3 | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/etsy/category-products) | - `page` — Page number (64 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`etsy/reviews`](https://www.monocrawl.com/docs/endpoints/etsy/reviews) | - `page` — Page number (8 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. - `total_pages` — Optional 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/search`](https://www.monocrawl.com/docs/endpoints/etsy/search) | - `page` — Page number (12 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`etsy/shop-products`](https://www.monocrawl.com/docs/endpoints/etsy/shop-products) | - `page` — Page number - `limit` — Up to 48 per page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/etsy/shop-reviews) | - `page` — Page number (8 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. - `total_pages` — Optional 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`](https://www.monocrawl.com/docs/endpoints/etsy/shops) | - `page` — Page number (12 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`etsy/similar`](https://www.monocrawl.com/docs/endpoints/etsy/similar) | - `limit` — Requested 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. - `cursor` — Use 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_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`etsy/suggestions`](https://www.monocrawl.com/docs/endpoints/etsy/suggestions) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/facebook/city-events) | - `cursor` — Opaque cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/facebook/comment-replies) | - `expansion_token` — expansion_token from the same facebook/post-comments row. - `cursor` — Opaque cursor from the previous page. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`facebook/events`](https://www.monocrawl.com/docs/endpoints/facebook/events) | - `cursor` — Opaque cursor from the previous page | Observed shape - `cursor` — Opaque 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/events-search`](https://www.monocrawl.com/docs/endpoints/facebook/events-search) | - `cursor` — Opaque cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`facebook/group-posts`](https://www.monocrawl.com/docs/endpoints/facebook/group-posts) | - `cursor` — Opaque cursor from the previous page. | Observed shape - `cursor` — Opaque 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/marketplace-search`](https://www.monocrawl.com/docs/endpoints/facebook/marketplace-search) | - `cursor` — Opaque cursor from the previous page. | Observed shape - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/facebook/photos) | - `cursor` — Opaque cursor from the previous page. | Observed shape - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/facebook/post-comments) | - `cursor` — Opaque cursor from the previous page. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`facebook/posts`](https://www.monocrawl.com/docs/endpoints/facebook/posts) | - `cursor` — Opaque cursor from the previous page. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/facebook/profile/full) | - `posts` — Desired 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. - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/facebook/reels) | - `cursor` — Opaque cursor from the previous page. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/facebook/reels/full) | - `cursor` — Opaque continuation from the previous response. Preserve query or identity. - `max_pages` — Maximum source pages: 1-5, default 1. Catalog price reserves the five-page maximum; actual successful component charges are settled after execution. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `next_params` — Optional next params supplied by this operation. Null means unknown. - `next_params.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `next_params.max_pages` — Optional max pages supplied by this operation. Null means unknown. - `next_params.url` — Original source URL when supplied. - `source_metadata.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `source_metadata.has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/facebook/search-pages) | - `cursor` — Opaque continuation from the previous response. Preserve query or identity. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/facebook/search-people) | - `cursor` — Opaque continuation from the previous response. Preserve query or identity. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/facebook/search-posts) | - `cursor` — Opaque continuation from the previous response. Preserve query or identity. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/facebook/search-videos) | - `cursor` — Opaque continuation from the previous response. Preserve query or identity. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`finance/history`](https://www.monocrawl.com/docs/endpoints/finance/history) | No paging input declared. | Observed shape - `has_more` — Source 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/news`](https://www.monocrawl.com/docs/endpoints/finance/news) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/g2/category) | - `page` — Page of 15 products | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`g2/category-links`](https://www.monocrawl.com/docs/endpoints/g2/category-links) | - `page` — Page of 500 category links | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`g2/product-links`](https://www.monocrawl.com/docs/endpoints/g2/product-links) | - `page` — Page of 500 product links | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`g2/reviews`](https://www.monocrawl.com/docs/endpoints/g2/reviews) | - `page` — Page of 10 reviews; the response carries last_page and a cursor | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`g2/seller`](https://www.monocrawl.com/docs/endpoints/g2/seller) | - `products_page` — Page of the seller's products (9 per page) - `reviews_page` — Page of cross-product review teasers (3 per page, up to 10 pages) | Observed shape - `products.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `products.has_more` — Source continuation indicator; null means unknown. - `reviews.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `reviews.has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/g2/seller-products) | - `page` — Page of 9 products | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/github/issue/comments) | - `limit` — Items per page, max 100 - `cursor` — Opaque page cursor from a previous response | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/github/profile/repos) | - `limit` — Items per page, max 100 - `cursor` — Opaque page cursor from a previous response | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/github/repo/issues) | - `limit` — Items per page, max 100 - `cursor` — Opaque page cursor from a previous response | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/github/repo/releases) | - `limit` — Items per page, max 100 - `cursor` — Opaque page cursor from a previous response | Observed shape - `cursor` — Opaque 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/search`](https://www.monocrawl.com/docs/endpoints/github/search) | - `limit` — Items per page, max 100 - `cursor` — Opaque page cursor from a previous response | Observed shape - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/github/user/profile-velocity) | - `depth` — Event 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_ads/company-ads`](https://www.monocrawl.com/docs/endpoints/google_ads/company-ads) | - `cursor` — Opaque cursor from the previous page. | No continuation field documented. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`google_ads/search-advertisers`](https://www.monocrawl.com/docs/endpoints/google_ads/search-advertisers) | No 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_finance/explore`](https://www.monocrawl.com/docs/endpoints/google_finance/explore) | No paging input declared. | Observed shape - `has_more` — Source 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/markets`](https://www.monocrawl.com/docs/endpoints/google_finance/markets) | No paging input declared. | Observed shape - `has_more` — Source 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/ticker-search`](https://www.monocrawl.com/docs/endpoints/google_finance/ticker-search) | No paging input declared. | Observed shape - `has_more` — Source 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_news/search`](https://www.monocrawl.com/docs/endpoints/google_news/search) | - `depth` — Requested articles, 1–250 for compatibility. The primary source returns at most 100; a larger request is explicitly partial. Dates and publisher filters can reduce the delivered count. | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`google_places/hotels-search`](https://www.monocrawl.com/docs/endpoints/google_places/hotels-search) | - `limit` — Requested 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. - `cursor` — Use 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_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`google_places/listing`](https://www.monocrawl.com/docs/endpoints/google_places/listing) | No 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`](https://www.monocrawl.com/docs/endpoints/google_places/questions) | - `limit` — Requested 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. - `cursor` — Use 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_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`google_places/reviews`](https://www.monocrawl.com/docs/endpoints/google_places/reviews) | No 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/search`](https://www.monocrawl.com/docs/endpoints/google_places/search) | - `limit` — Requested results, 1–20 (default 20); 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_places/updates`](https://www.monocrawl.com/docs/endpoints/google_places/updates) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/google_play/app-list) | - `limit` — Requested 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`](https://www.monocrawl.com/docs/endpoints/google_play/app-reviews) | - `limit` — Requested results, 1–100 (default 100); the source may return fewer. No per-item detail enrichment. - `cursor` — Opaque cursor from the previous page | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`google_play/app-search`](https://www.monocrawl.com/docs/endpoints/google_play/app-search) | - `limit` — Results, 1-50 (default 20) | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`google_play/categories`](https://www.monocrawl.com/docs/endpoints/google_play/categories) | No paging input declared. | Observed shape - `has_more` — Source 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/languages`](https://www.monocrawl.com/docs/endpoints/google_play/languages) | No paging input declared. | Observed shape - `has_more` — Source 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/locations`](https://www.monocrawl.com/docs/endpoints/google_play/locations) | No paging input declared. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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-suggestions`](https://www.monocrawl.com/docs/endpoints/google_play/search-suggestions) | No 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`](https://www.monocrawl.com/docs/endpoints/google_search/images) | - `limit` — Requested 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. - `cursor` — Use 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_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/google_search/maps) | - `limit` — Results, up to 100 | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/google_search/news) | - `limit` — Results, up to 100 | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`google_search/search`](https://www.monocrawl.com/docs/endpoints/google_search/search) | - `limit` — Results, up to 100 | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/google_shopping/deals) | - `limit` — Results, up to 120 - `page` — Page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/google_shopping/price-history) | - `page` — Page of 10 stores | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/google_shopping/reviews) | - `limit` — Reviews, up to 100 | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`google_shopping/search`](https://www.monocrawl.com/docs/endpoints/google_shopping/search) | - `limit` — Results, up to 100 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`google_shopping/sellers`](https://www.monocrawl.com/docs/endpoints/google_shopping/sellers) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/google_shopping/store-reviews) | - `limit` — Reviews, up to 100 - `cursor` — Cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`google_trends/trending`](https://www.monocrawl.com/docs/endpoints/google_trends/trending) | - `limit` — Whole number from 1 to 100 | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`google/search`](https://www.monocrawl.com/docs/endpoints/google/search) | - `page` — Results page number, starting at 1. | Observed shape - `cursor` — Opaque 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. |
| [`gumtree/filters`](https://www.monocrawl.com/docs/endpoints/gumtree/filters) | No paging input declared. | Observed shape - `has_more` — Source 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/locations`](https://www.monocrawl.com/docs/endpoints/gumtree/locations) | No paging input declared. | Observed shape - `has_more` — Source 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-similar`](https://www.monocrawl.com/docs/endpoints/gumtree/product-similar) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/gumtree/search) | - `page` — Page number | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`gumtree/search-suggestions`](https://www.monocrawl.com/docs/endpoints/gumtree/search-suggestions) | No paging input declared. | Observed shape - `has_more` — Source 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/trending`](https://www.monocrawl.com/docs/endpoints/gumtree/trending) | No paging input declared. | Observed shape - `has_more` — Source 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/search`](https://www.monocrawl.com/docs/endpoints/hackernews/search) | - `hitsPerPage` — Results per page, 1-100 (default 25) - `page` — Zero-based page number - `cursor` — Pagination cursor from a previous response; equivalent to page | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`hackernews/story/comments`](https://www.monocrawl.com/docs/endpoints/hackernews/story/comments) | No paging input declared. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Bounded comment tree. Preserve parent IDs and depth; inspect coverage rather than assuming complete history. |
| [`hm/categories`](https://www.monocrawl.com/docs/endpoints/hm/categories) | No paging input declared. | Observed shape - `has_more` — Source 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/countries`](https://www.monocrawl.com/docs/endpoints/hm/countries) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/hm/new-arrivals) | - `page` — Page number - `limit` — Per page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`hm/search`](https://www.monocrawl.com/docs/endpoints/hm/search) | - `page` — Page number - `limit` — Per page, up to 60 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`hm/similar`](https://www.monocrawl.com/docs/endpoints/hm/similar) | No paging input declared. | Observed shape - `has_more` — Source 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/stores`](https://www.monocrawl.com/docs/endpoints/hm/stores) | No paging input declared. | Observed shape - `has_more` — Source 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/suggestions`](https://www.monocrawl.com/docs/endpoints/hm/suggestions) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/home_depot/reviews) | - `page` — Page number | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`home_depot/search`](https://www.monocrawl.com/docs/endpoints/home_depot/search) | - `page` — Page number, 1 to 30 (24 products per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/audio-reels) | - `cursor` — Opaque cursor from the previous page. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`instagram/comment`](https://www.monocrawl.com/docs/endpoints/instagram/comment) | - `cursor` — Opaque continuation from the previous response. Preserve query or identity. - `max_pages` — Maximum source pages: 1-5, default 1. Catalog price reserves the five-page maximum; actual successful component charges are settled after execution. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `next_params` — Optional next params supplied by this operation. Null means unknown. - `next_params.comment_id` — Optional comment id supplied by this operation. Null means unknown. - `next_params.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `next_params.max_pages` — Optional max pages supplied by this operation. Null means unknown. - `next_params.url` — Original source URL when supplied. - `source_metadata.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `source_metadata.has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/comment-replies) | - `cursor` — Opaque cursor from the previous page. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/location-posts) | - `cursor` — Cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/post-comments) | - `cursor` — Opaque cursor from the previous page. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`instagram/post-likers`](https://www.monocrawl.com/docs/endpoints/instagram/post-likers) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/posts) | - `cursor` — Opaque cursor from the previous page. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/posts/full) | - `cursor` — Opaque continuation from the previous response. Preserve query or identity. - `max_pages` — Maximum source pages: 1-5, default 1. Catalog price reserves the five-page maximum; actual successful component charges are settled after execution. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `next_params` — Optional next params supplied by this operation. Null means unknown. - `next_params.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `next_params.handle` — Optional handle supplied by this operation. Null means unknown. - `next_params.max_pages` — Optional max pages supplied by this operation. Null means unknown. - `source_metadata.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `source_metadata.has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/profile-followers) | - `limit` — Accounts per page, at most 50 - `cursor` — Opaque cursor from the previous response; keep the same handle and query | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/profile-following) | - `limit` — Accounts per page, at most 50 - `cursor` — Opaque cursor from the previous response; keep the same handle and query | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/profile/full) | - `posts` — Desired 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. - `cursor` — Opaque 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_more` — Source continuation indicator. - `posts_pagination.next_params` — Nested response fields; optional unless explicitly documented. - `posts_pagination.next_params.handle` — Account handle. - `posts_pagination.next_params.cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/instagram/reels) | - `cursor` — Opaque cursor from the previous page. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/reels/full) | - `cursor` — Opaque continuation from the previous response. Preserve query or identity. - `max_pages` — Maximum source pages: 1-5, default 1. Catalog price reserves the five-page maximum; actual successful component charges are settled after execution. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `next_params` — Optional next params supplied by this operation. Null means unknown. - `next_params.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `next_params.handle` — Optional handle supplied by this operation. Null means unknown. - `next_params.max_pages` — Optional max pages supplied by this operation. Null means unknown. - `source_metadata.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `source_metadata.has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/reposts) | - `cursor` — Cursor from the previous page | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`instagram/search`](https://www.monocrawl.com/docs/endpoints/instagram/search) | - `cursor` — Opaque cursor from the previous page. | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`instagram/search-hashtag`](https://www.monocrawl.com/docs/endpoints/instagram/search-hashtag) | - `cursor` — Opaque cursor from the previous page. | Observed shape - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/instagram/search-locations) | - `limit` — Places to return, up to 50 | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`instagram/search-music`](https://www.monocrawl.com/docs/endpoints/instagram/search-music) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/search-profiles) | - `cursor` — Opaque cursor from the previous page. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/search-reels) | - `cursor` — Page number, starting at 1. | Observed shape - `cursor` — Opaque 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-top`](https://www.monocrawl.com/docs/endpoints/instagram/search-top) | No 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-accounts`](https://www.monocrawl.com/docs/endpoints/instagram/similar-accounts) | No paging input declared. | Observed shape - `has_more` — Source 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/stories`](https://www.monocrawl.com/docs/endpoints/instagram/stories) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/tagged-posts) | - `cursor` — Opaque cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/instagram/username-suggestions) | - `cursor` — Opaque 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/bing/search`](https://www.monocrawl.com/docs/endpoints/jobs/bing/search) | - `cursor` — Cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`jobs/indeed/search`](https://www.monocrawl.com/docs/endpoints/jobs/indeed/search) | - `cursor` — Cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`jobs/linkedin/organizations`](https://www.monocrawl.com/docs/endpoints/jobs/linkedin/organizations) | No paging input declared. | Observed shape - `has_more` — Source 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/linkedin/search`](https://www.monocrawl.com/docs/endpoints/jobs/linkedin/search) | - `cursor` — Cursor from the previous page | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`jobs/salary/titles`](https://www.monocrawl.com/docs/endpoints/jobs/salary/titles) | No paging input declared. | Observed shape - `has_more` — Source 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/xing/search`](https://www.monocrawl.com/docs/endpoints/jobs/xing/search) | - `cursor` — Cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`klarna/categories`](https://www.monocrawl.com/docs/endpoints/klarna/categories) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/klarna/category) | - `limit` — Products per page, at most 48 - `cursor` — Offset from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`klarna/category-keywords`](https://www.monocrawl.com/docs/endpoints/klarna/category-keywords) | No paging input declared. | Observed shape - `has_more` — Source 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-history`](https://www.monocrawl.com/docs/endpoints/klarna/price-history) | No paging input declared. | Observed shape - `has_more` — Source 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-offers`](https://www.monocrawl.com/docs/endpoints/klarna/product-offers) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/klarna/reviews) | - `limit` — Reviews per page, at most 50 - `cursor` — Cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/klarna/reviews-overview) | - `limit` — Shopper 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`](https://www.monocrawl.com/docs/endpoints/klarna/reviews-pro) | - `limit` — Reviews per page, at most 50 - `cursor` — Cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`klarna/search`](https://www.monocrawl.com/docs/endpoints/klarna/search) | - `limit` — Requested 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. - `cursor` — Use 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 - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`klarna/search-suggestions`](https://www.monocrawl.com/docs/endpoints/klarna/search-suggestions) | No paging input declared. | Observed shape - `has_more` — Source 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-filters`](https://www.monocrawl.com/docs/endpoints/klarna/store-filters) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/klarna/store-products) | - `limit` — Products per page, at most 25 - `cursor` — Offset from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`klarna/stores`](https://www.monocrawl.com/docs/endpoints/klarna/stores) | - `limit` — Stores per page, at most 24 - `cursor` — Offset from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`kohls/categories`](https://www.monocrawl.com/docs/endpoints/kohls/categories) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/kohls/questions) | - `page` — Page number - `limit` — Questions per page, at most 50 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`kohls/reviews`](https://www.monocrawl.com/docs/endpoints/kohls/reviews) | - `page` — Page number - `limit` — Reviews per page, at most 50 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`kohls/search`](https://www.monocrawl.com/docs/endpoints/kohls/search) | - `page` — Page number - `limit` — Requested results per page, 1–120 (default 120); the source may return fewer. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`kohls/stores`](https://www.monocrawl.com/docs/endpoints/kohls/stores) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/kwai/posts) | - `cursor` — Opaque cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`linkedin_ads/search`](https://www.monocrawl.com/docs/endpoints/linkedin_ads/search) | - `cursor` — paginationToken from the previous page. | Observed shape - `cursor` — Opaque 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. |
| [`linkedin/comment-replies`](https://www.monocrawl.com/docs/endpoints/linkedin/comment-replies) | - `cursor` — Page token from the previous answer | Observed shape - `has_more` — Source 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-pages`](https://www.monocrawl.com/docs/endpoints/linkedin/company-affiliated-pages) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/linkedin/company-jobs) | - `cursor` — Cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/linkedin/company-people) | - `cursor` — Page number from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/linkedin/company-posts) | - `page` — Page number, 1 to 7 (the supplier documents up to seven pages); omitted = the first page - `cursor` — Continuation: the cursor from the previous answer (the next page number). Use it instead of page. - `pages` — Optional 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 - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/linkedin/group-posts) | - `page` — Page number | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/linkedin/post-comments) | - `cursor` — Page number from the previous page - `pages` — Optional 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 - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/linkedin/post-reactions) | - `cursor` — Page number from the previous page - `pages` — Optional 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 - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/linkedin/post-reposts) | - `cursor` — Page number from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-certifications) | - `page` — Page number | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-comments) | - `cursor` — Page number from the previous page - `pagination_token` — pagination_token from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. - `pagination_token` — Optional 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`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-educations) | - `page` — Page number | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-experiences) | - `page` — Page number | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-honors) | - `page` — Page number | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`linkedin/profile-images`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-images) | - `page` — Page number - `cursor` — The token from the previous page | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`linkedin/profile-interests-companies`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-interests-companies) | - `page` — Page number | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`linkedin/profile-interests-groups`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-interests-groups) | - `page` — Page number | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`linkedin/profile-posts`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-posts) | - `cursor` — Page number from the previous page - `pagination_token` — pagination_token from the previous page, passed alongside the cursor - `pages` — Optional 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 - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. - `pagination_token` — Optional 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`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-publications) | - `page` — Page number | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`linkedin/profile-reactions`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-reactions) | - `cursor` — Page number from the previous page - `pagination_token` — pagination_token from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. - `pagination_token` — Optional 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`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-recommendations) | - `page` — Page number - `pagination_token` — The supplier's pagination token, forwarded as given | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`linkedin/profile-skills`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-skills) | - `page` — Page number | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`linkedin/profile-videos`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-videos) | - `page` — Page number - `cursor` — The token from the previous page | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`linkedin/profile-volunteers`](https://www.monocrawl.com/docs/endpoints/linkedin/profile-volunteers) | - `page` — Page number | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`linkedin/profile/full`](https://www.monocrawl.com/docs/endpoints/linkedin/profile/full) | - `posts` — Desired 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. - `cursor` — Opaque posts_cursor from the previous response; use posts_pagination.next_params to retain all required context. Unsupported component continuation is refused before calls. - `pagination_token` — Pass 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.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `posts_metadata.has_more` — Source continuation indicator; null means unknown. - `posts_pagination.has_more` — Source continuation indicator; null means unknown. - `posts_pagination.next_params` — Optional next params supplied by this operation. Null means unknown. - `posts_pagination.next_params.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `posts_pagination.next_params.url` — Original 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-industries`](https://www.monocrawl.com/docs/endpoints/linkedin/search-industries) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/linkedin/search-jobs) | - `cursor` — Cursor from the previous page | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`linkedin/search-locations`](https://www.monocrawl.com/docs/endpoints/linkedin/search-locations) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/linkedin/search-people) | - `page` — Page number | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`linkedin/search-posts`](https://www.monocrawl.com/docs/endpoints/linkedin/search-posts) | - `cursor` — Page number cursor from the previous page. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`linkedin/search-schools`](https://www.monocrawl.com/docs/endpoints/linkedin/search-schools) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/meta_ads/company-ads) | - `cursor` — Opaque cursor from the previous page. | Observed shape - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/meta_ads/search) | - `cursor` — Opaque cursor from the previous page. | Observed shape - `cursor` — Opaque 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-companies`](https://www.monocrawl.com/docs/endpoints/meta_ads/search-companies) | No 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/feedback`](https://www.monocrawl.com/docs/endpoints/monitors/feedback) | No 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`](https://www.monocrawl.com/docs/endpoints/monitors/findings) | - `limit` — Page size, 1-200 (default 50) - `cursor` — Opaque cursor from the previous page | Reviewed shaper - `cursor` — Nested response fields; optional unless explicitly documented. - `has_more` — Nested 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`](https://www.monocrawl.com/docs/endpoints/monitors/index) | - `cursor` — Opaque cursor from the previous page - `limit` — Page size, 1-100 (default 25) | Reviewed shaper - `cursor` — Nested response fields; optional unless explicitly documented. - `has_more` — Nested 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`](https://www.monocrawl.com/docs/endpoints/monitors/runs) | - `cursor` — Opaque cursor from the previous page - `limit` — Page size, 1-100 (default 25) | Reviewed shaper - `cursor` — Nested response fields; optional unless explicitly documented. - `has_more` — Nested 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`](https://www.monocrawl.com/docs/endpoints/monitors/stories) | - `limit` — Stories, 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`](https://www.monocrawl.com/docs/endpoints/pinterest/board) | - `cursor` — Opaque cursor from the previous page | Observed shape - `cursor` — Opaque 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/boards`](https://www.monocrawl.com/docs/endpoints/pinterest/boards) | No paging input declared. | Observed shape - `cursor` — Opaque 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. |
| [`pinterest/search`](https://www.monocrawl.com/docs/endpoints/pinterest/search) | - `cursor` — Opaque cursor from the previous page. | Observed shape - `cursor` — Opaque 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. |
| [`polymarket/research`](https://www.monocrawl.com/docs/endpoints/polymarket/research) | - `limit` — Max 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/answers`](https://www.monocrawl.com/docs/endpoints/quora/answers) | No paging input declared. | Observed shape - `has_more` — Source 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/search`](https://www.monocrawl.com/docs/endpoints/quora/search) | - `page` — Results page, 1 by default (the previous answer's cursor) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`quora/space`](https://www.monocrawl.com/docs/endpoints/quora/space) | No paging input declared. | Observed shape - `posts.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `posts.has_more` — Source 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-posts`](https://www.monocrawl.com/docs/endpoints/quora/user-posts) | No paging input declared. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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/omni-search`](https://www.monocrawl.com/docs/endpoints/reddit/omni-search) | No paging input declared. | Observed shape - `cursor` — Opaque 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. |
| [`reddit/post/comments`](https://www.monocrawl.com/docs/endpoints/reddit/post/comments) | - `cursor` — Reserved compatibility parameter. This bounded comment-tree response has no supported continuation; inspect truncated and unexpanded_replies instead. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Bounded comment tree. A cursor is not a supported continuation contract; retain parent IDs and inspect coverage. |
| [`reddit/search`](https://www.monocrawl.com/docs/endpoints/reddit/search) | - `after` — Reddit fullname to continue after (alias of cursor) - `cursor` — Opaque cursor from the previous page - `limit` — Results per page, 1-100 (default 25) | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`reddit/search-comments`](https://www.monocrawl.com/docs/endpoints/reddit/search-comments) | - `cursor` — Opaque continuation from the previous response. Preserve query or identity. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/reddit/search-subreddits) | - `cursor` — Opaque continuation from the previous response. Preserve query or identity. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`reddit/subreddit`](https://www.monocrawl.com/docs/endpoints/reddit/subreddit) | - `after` — Reddit fullname to continue after (alias of cursor) - `limit` — Requested 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. - `cursor` — Use 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 - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`reddit/subreddit/search`](https://www.monocrawl.com/docs/endpoints/reddit/subreddit/search) | - `cursor` — Continue a previous page (after also accepted) | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/reddit/user-comments) | - `cursor` — Opaque continuation from the previous response. Preserve query or identity. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/reddit/user-posts) | - `cursor` — Opaque continuation from the previous response. Preserve query or identity. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`rightmove/agents`](https://www.monocrawl.com/docs/endpoints/rightmove/agents) | - `page` — Page number | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`rightmove/locations`](https://www.monocrawl.com/docs/endpoints/rightmove/locations) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/rightmove/search-rent) | - `page` — Page number - `limit` — Results per page, 1 to 100 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/rightmove/search-sale) | - `page` — Page number - `limit` — Results per page, 1 to 100 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`rightmove/similar`](https://www.monocrawl.com/docs/endpoints/rightmove/similar) | No paging input declared. | Observed shape - `has_more` — Source 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-locations`](https://www.monocrawl.com/docs/endpoints/rightmove/sold-locations) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/rightmove/sold-prices) | - `page` — Page number (25 a page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/rumble/channel-videos) | - `cursor` — Opaque cursor from the previous page | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`rumble/search`](https://www.monocrawl.com/docs/endpoints/rumble/search) | - `cursor` — Opaque cursor from the previous page | Observed shape - `cursor` — Opaque 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. |
| [`rumble/video-comments`](https://www.monocrawl.com/docs/endpoints/rumble/video-comments) | No 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`](https://www.monocrawl.com/docs/endpoints/search/all) | - `cursor` — Opaque 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/creators`](https://www.monocrawl.com/docs/endpoints/search/creators) | No paging input declared. | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | No paging input is declared. Do not invent a cursor or page parameter, even if an optional response field is listed. |
| [`sephora/availability`](https://www.monocrawl.com/docs/endpoints/sephora/availability) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/sephora/brand-products) | - `page` — Page number (60 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`sephora/brands`](https://www.monocrawl.com/docs/endpoints/sephora/brands) | No paging input declared. | Observed shape - `has_more` — Source 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/categories`](https://www.monocrawl.com/docs/endpoints/sephora/categories) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/sephora/category) | - `page` — Page number (60 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`sephora/reviews`](https://www.monocrawl.com/docs/endpoints/sephora/reviews) | - `limit` — Reviews per page, up to 30 - `offset` — Offset for the next page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`sephora/search`](https://www.monocrawl.com/docs/endpoints/sephora/search) | - `page` — Page number (60 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`sephora/similar`](https://www.monocrawl.com/docs/endpoints/sephora/similar) | - `limit` — How many | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`sephora/stores`](https://www.monocrawl.com/docs/endpoints/sephora/stores) | No paging input declared. | Observed shape - `has_more` — Source 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/suggestions`](https://www.monocrawl.com/docs/endpoints/sephora/suggestions) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/snapchat/spotlight-comments) | - `cursor` — Opaque cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/soundcloud/artist-tracks) | - `cursor` — Opaque cursor from the previous page | Observed shape - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/spotify/playlist) | - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/spotify/podcast/episodes) | - `cursor` — Offset for the next page (opaque, from a prior response) - `limit` — Episodes 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. |
| [`spotify/search`](https://www.monocrawl.com/docs/endpoints/spotify/search) | No 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. |
| [`target/categories`](https://www.monocrawl.com/docs/endpoints/target/categories) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/target/category) | - `page` — Page number (24 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`target/reviews`](https://www.monocrawl.com/docs/endpoints/target/reviews) | - `page` — Page number, from 0 (10 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. - `total_pages` — Optional 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/search`](https://www.monocrawl.com/docs/endpoints/target/search) | - `page` — Page number (24 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`target/stores`](https://www.monocrawl.com/docs/endpoints/target/stores) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/telegram/channel-posts) | - `cursor` — Opaque cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/threads/post-comments) | - `cursor` — Page cursor from the previous answer | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`threads/search`](https://www.monocrawl.com/docs/endpoints/threads/search) | No 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/search-users`](https://www.monocrawl.com/docs/endpoints/threads/search-users) | No 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-posts`](https://www.monocrawl.com/docs/endpoints/threads/user-posts) | No 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/search`](https://www.monocrawl.com/docs/endpoints/tiktok_ads/search) | - `cursor` — Opaque cursor from the previous page. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`tiktok/ads-top`](https://www.monocrawl.com/docs/endpoints/tiktok/ads-top) | - `page` — Page number, 1-100. - `limit` — Requested page size, 1–20 (default 20); the source may return fewer. | Observed shape - `has_more` — Source continuation indicator; null means unknown. - `next_page` — Optional 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`](https://www.monocrawl.com/docs/endpoints/tiktok/collection-videos) | - `cursor` — Opaque cursor from the previous page | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`tiktok/comment`](https://www.monocrawl.com/docs/endpoints/tiktok/comment) | - `cursor` — Opaque continuation from the previous response. Preserve query or identity. - `max_pages` — Maximum 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.cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `source_metadata.has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/comment-replies) | - `cursor` — Opaque cursor from the previous page. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/effect-videos) | - `cursor` — Page cursor from the previous answer - `limit` — Videos per page, up to 30 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`tiktok/effects`](https://www.monocrawl.com/docs/endpoints/tiktok/effects) | No paging input declared. | Observed shape - `has_more` — Source 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/hashtags-popular`](https://www.monocrawl.com/docs/endpoints/tiktok/hashtags-popular) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/location-videos) | - `cursor` — Cursor from the previous page - `limit` — Videos per page, at most 30 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/playlist-videos) | - `limit` — Videos per page, up to 30 - `cursor` — Cursor from a previous page | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/post-comments) | - `cursor` — Opaque cursor from the previous page. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/profile-videos) | - `cursor` — Opaque cursor from the previous page. - `max_cursor` — Primary-source alias for cursor. Use the previous response cursor unchanged. The canonical cursor parameter takes precedence when both are supplied. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/profile/full) | - `posts` — Desired 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. - `cursor` — Opaque 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_more` — Source continuation indicator. - `posts_pagination.next_params` — Nested response fields; optional unless explicitly documented. - `posts_pagination.next_params.handle` — Account handle. - `posts_pagination.next_params.cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/tiktok/search) | - `cursor` — Opaque cursor from the previous page. - `limit` — Optional requested distinct results, 1–120. Collection stops at the existing request spending and time limits, so fewer may be returned. Inspect partial, window_stop_reason and pages_fetched. Keep query, region, sort, dates and limit unchanged with the opaque cursor. Omit for one native page. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`tiktok/search-hashtag`](https://www.monocrawl.com/docs/endpoints/tiktok/search-hashtag) | - `cursor` — Opaque cursor from the previous page. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/search-music) | - `limit` — Sounds per page, up to 20 - `cursor` — Page cursor from the previous answer | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/search-top) | - `cursor` — Opaque cursor from the previous page | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/search-users) | - `cursor` — Opaque cursor from the previous page. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/song-videos) | - `cursor` — Opaque cursor from the previous page. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/user-followers) | - `cursor` — min_time value from the previous page. | Observed shape - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/tiktok/user-following) | - `cursor` — min_time value from the previous page. | Observed shape - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/tiktok/user-liked-videos) | - `cursor` — Cursor from the previous page - `limit` — Videos per page, at most 35 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/user-playlists) | - `cursor` — Cursor from the previous page - `limit` — Playlists per page, at most 35 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktok/user-reposts) | - `cursor` — Cursor from the previous page - `limit` — Videos per page, at most 35 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`tiktok/videos-popular`](https://www.monocrawl.com/docs/endpoints/tiktok/videos-popular) | - `limit` — 1–4, default 4. Public anonymous sample only; no pagination. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tiktokshop/creator-showcase) | - `cursor` — Opaque cursor from the previous page. | Observed shape - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/tiktokshop/product-reviews) | - `cursor` — Page number, starting at 1. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`tiktokshop/search`](https://www.monocrawl.com/docs/endpoints/tiktokshop/search) | - `cursor` — Page number, starting at 1. | Observed shape - `cursor` — Opaque 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/shop-products`](https://www.monocrawl.com/docs/endpoints/tiktokshop/shop-products) | - `cursor` — Opaque cursor from the previous page | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tripadvisor/attraction/reviews) | - `limit` — 1 to 20 reviews; default 10. First page only. | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`tripadvisor/attractions`](https://www.monocrawl.com/docs/endpoints/tripadvisor/attractions) | - `page` — Page of 30 | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`tripadvisor/autocomplete`](https://www.monocrawl.com/docs/endpoints/tripadvisor/autocomplete) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tripadvisor/cruise-reviews) | - `page` — Page number, five reviews a page (default 1); the previous answer's cursor is the next page number | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`tripadvisor/cruises`](https://www.monocrawl.com/docs/endpoints/tripadvisor/cruises) | - `page` — Page number (20 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. - `total_pages` — Optional 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-types`](https://www.monocrawl.com/docs/endpoints/tripadvisor/experience-types) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tripadvisor/hotels) | - `limit` — 1 to 30 hotels; default 30. First page only. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/tripadvisor/restaurant/reviews) | - `limit` — 1 to 20 reviews; default 10. First page only. | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`tripadvisor/restaurants`](https://www.monocrawl.com/docs/endpoints/tripadvisor/restaurants) | - `page` — Page of 30 - `cursor` — Cursor from the previous page | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`tripadvisor/reviews`](https://www.monocrawl.com/docs/endpoints/tripadvisor/reviews) | - `limit` — Reviews, up to 100 | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`tripadvisor/search`](https://www.monocrawl.com/docs/endpoints/tripadvisor/search) | - `limit` — Requested 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. - `cursor` — Use 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_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`trustpilot/categories`](https://www.monocrawl.com/docs/endpoints/trustpilot/categories) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/trustpilot/category-companies) | - `page` — Page of 20 (ranked list only) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/trustpilot/consumer-reviews) | - `page` — Page of 20 | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`trustpilot/reviews`](https://www.monocrawl.com/docs/endpoints/trustpilot/reviews) | - `limit` — Reviews, up to 100 | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`trustpilot/search`](https://www.monocrawl.com/docs/endpoints/trustpilot/search) | - `limit` — Results, up to 100 | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`truthsocial/posts`](https://www.monocrawl.com/docs/endpoints/truthsocial/posts) | - `cursor` — Opaque cursor from the previous page | Observed shape - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/twitch/user/videos) | - `limit` — Videos per page, 1-100 (default 25) - `cursor` — Opaque pagination cursor from a previous page | Observed shape - `cursor` — Opaque 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/endpoints`](https://www.monocrawl.com/docs/endpoints/utility/endpoints) | No paging input declared. | Reviewed shaper - `cursor` — Nested response fields; optional unless explicitly documented. - `has_more` — Nested 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`](https://www.monocrawl.com/docs/endpoints/vinted/search) | - `limit` — Results per page, 1 to 50. Keep unchanged between pages. - `cursor` — Opaque continuation from this operation; preserve all original parameters. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`vinted/search-by-image`](https://www.monocrawl.com/docs/endpoints/vinted/search-by-image) | - `limit` — Results per page, 1 to 50. Keep unchanged between pages. - `cursor` — Opaque continuation from this operation; preserve all original parameters. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/vinted/seller-feedback) | - `limit` — Results per page, 1 to 50. Keep unchanged between pages. - `cursor` — Opaque continuation from this operation; preserve all original parameters. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/vinted/seller-items) | - `limit` — Results per page, 1 to 50. Keep unchanged between pages. - `cursor` — Opaque continuation from this operation; preserve all original parameters. | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`vinted/sold-comparables`](https://www.monocrawl.com/docs/endpoints/vinted/sold-comparables) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/walmart/category) | - `page` — Page number | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. - `total_pages` — Optional 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/offers`](https://www.monocrawl.com/docs/endpoints/walmart/offers) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/walmart/reviews) | - `page` — Page number (10 per page) | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`walmart/rollbacks`](https://www.monocrawl.com/docs/endpoints/walmart/rollbacks) | - `page` — Page number (about 40 per page) | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`walmart/search`](https://www.monocrawl.com/docs/endpoints/walmart/search) | - `page` — Page number (40 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. - `total_pages` — Optional 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/seller-reviews`](https://www.monocrawl.com/docs/endpoints/walmart/seller-reviews) | - `page` — Page number (10 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`wayfair/reviews`](https://www.monocrawl.com/docs/endpoints/wayfair/reviews) | - `page` — Page number | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`web/crawl`](https://www.monocrawl.com/docs/endpoints/web/crawl) | - `limit` — Maximum pages to fetch (default 10, cap 50) - `max_depth` — Link 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`](https://www.monocrawl.com/docs/endpoints/web/jobs) | - `limit` — Jobs per page (default 25, cap 100) - `cursor` — Opaque cursor from the previous page; omit for the first page | Reviewed shaper - `cursor` — Nested response fields; optional unless explicitly documented. - `has_more` — Nested 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`](https://www.monocrawl.com/docs/endpoints/web/map) | - `limit` — Maximum 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`](https://www.monocrawl.com/docs/endpoints/web/sessions) | - `limit` — Sessions per page (default 25, cap 100) - `cursor` — Opaque cursor from the previous page | Reviewed shaper - `cursor` — Nested response fields; optional unless explicitly documented. - `has_more` — Nested 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-profiles`](https://www.monocrawl.com/docs/endpoints/web/social-profiles) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/x/community-tweets) | - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/x/following) | - `limit` — Requested 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. - `cursor` — Use 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 - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`x/mentions`](https://www.monocrawl.com/docs/endpoints/x/mentions) | - `cursor` — Opaque cursor from the previous page's cursor field. | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`x/profile/full`](https://www.monocrawl.com/docs/endpoints/x/profile/full) | - `posts` — Desired 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. - `cursor` — Opaque 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_more` — Source continuation indicator. - `posts_pagination.next_params` — Nested response fields; optional unless explicitly documented. - `posts_pagination.next_params.handle` — Account handle. - `posts_pagination.next_params.cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/x/quotes) | - `cursor` — Opaque cursor from the previous page's cursor field. | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`x/retweeters`](https://www.monocrawl.com/docs/endpoints/x/retweeters) | - `cursor` — Opaque cursor from the previous page's cursor field. | Reviewed shaper - `cursor` — Opaque continuation; pass unchanged. - `has_more` — Source continuation indicator. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`x/search-tweets`](https://www.monocrawl.com/docs/endpoints/x/search-tweets) | - `cursor` — Opaque cursor from the previous page's cursor field. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/x/tweet-replies) | - `cursor` — Opaque cursor from the previous page's cursor field. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`x/tweets`](https://www.monocrawl.com/docs/endpoints/x/tweets) | - `cursor` — Opaque cursor from the previous page. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/x/user-followers) | - `limit` — Followers per page, 20–200 (default 200). Smaller pages cost the upstream MORE per follower, not less. - `cursor` — Opaque cursor from the previous page's cursor field. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/x/user-media) | - `cursor` — Opaque cursor from the previous page's cursor field. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`x/user-search`](https://www.monocrawl.com/docs/endpoints/x/user-search) | - `cursor` — Opaque cursor from the previous page's cursor field. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`yelp/photos`](https://www.monocrawl.com/docs/endpoints/yelp/photos) | - `page` — Page number (20 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`yelp/related`](https://www.monocrawl.com/docs/endpoints/yelp/related) | - `limit` — Up to 20 | Observed shape - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`yelp/reviews`](https://www.monocrawl.com/docs/endpoints/yelp/reviews) | - `page` — Page number (10 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. - `total_pages` — Optional 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`](https://www.monocrawl.com/docs/endpoints/yelp/search) | - `page` — Page number (20 per page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. - `total_pages` — Optional 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-suggestions`](https://www.monocrawl.com/docs/endpoints/yelp/search-suggestions) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/youtube/channel/playlists) | - `max_results` — Requested page size, 1–50. The paid primary defaults to 50; the source may return fewer. Keep an explicit size unchanged while paginating. - `cursor` — Opaque page token from a previous response | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/youtube/channel/videos) | - `max_results` — Requested page size, 1–50. The paid primary defaults to 50; the source may return fewer. Keep an explicit size unchanged while paginating. - `cursor` — Opaque page token from a previous response | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/youtube/community-posts) | - `cursor` — continuationToken from the previous page. | Observed shape - `cursor` — Opaque 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`](https://www.monocrawl.com/docs/endpoints/youtube/lives) | - `cursor` — continuationToken from the previous page. | Observed shape - `cursor` — Opaque 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/playlist`](https://www.monocrawl.com/docs/endpoints/youtube/playlist) | No 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`](https://www.monocrawl.com/docs/endpoints/youtube/playlist/items) | - `max_results` — Requested page size, 1–50. The paid primary defaults to 50; the source may return fewer. Keep an explicit size unchanged while paginating. - `cursor` — Opaque page token from a previous response | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/youtube/profile/full) | - `posts` — Recent uploads to sample for analytics, 1-50 (default 10) - `cursor` — Opaque page token to continue the recent-uploads listing | Reviewed shaper - `cursor` — Uploads continuation token. - `recent_videos_pagination.has_more` — Whether 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`](https://www.monocrawl.com/docs/endpoints/youtube/search) | - `max_results` — Results per page, max 50 - `cursor` — Opaque page token from a previous response | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`youtube/search/advanced`](https://www.monocrawl.com/docs/endpoints/youtube/search/advanced) | - `max_results` — Requested page size, 1–50. The paid primary defaults to 50; the source may return fewer. Keep an explicit size unchanged while paginating. - `cursor` — Opaque page token from a previous response | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/youtube/search/hashtag) | - `max_results` — Requested page size, 1–50. The paid primary defaults to 50; the source may return fewer. Keep an explicit size unchanged while paginating. - `cursor` — Opaque page token from a previous response | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`youtube/shorts`](https://www.monocrawl.com/docs/endpoints/youtube/shorts) | - `cursor` — continuationToken from the previous page. | Observed shape - `cursor` — Opaque 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/audio`](https://www.monocrawl.com/docs/endpoints/youtube/video/audio) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/youtube/video/comment/replies) | - `max_results` — Requested page size, 1–100. The paid primary defaults to 100; the source may return fewer. Keep an explicit size unchanged while paginating. - `cursor` — Opaque page token from a previous response | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/youtube/video/comments) | - `max_results` — Requested page size, 1–100. The paid primary defaults to 100; the source may return fewer. Keep an explicit size unchanged while paginating. - `cursor` — Opaque page token from a previous response | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`youtube/video/files`](https://www.monocrawl.com/docs/endpoints/youtube/video/files) | No paging input declared. | Observed shape - `has_more` — Source 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/subtitles`](https://www.monocrawl.com/docs/endpoints/youtube/video/subtitles) | No paging input declared. | Observed shape - `has_more` — Source 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/videos`](https://www.monocrawl.com/docs/endpoints/youtube/videos) | No paging input declared. | Reviewed shaper - `cursor` — Opaque next-page token. A missing token does not prove full history was retrieved. - `has_more` — Source 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/videos/trending`](https://www.monocrawl.com/docs/endpoints/youtube/videos/trending) | - `max_results` — Requested page size, 1–50. The paid primary defaults to 50; the source may return fewer. Keep an explicit size unchanged while paginating. - `cursor` — Opaque page token from a previous response | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`zillow/locations`](https://www.monocrawl.com/docs/endpoints/zillow/locations) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/zillow/search-sale) | - `cursor` — Opaque continuation from this operation; preserve all original parameters. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/zillow/search-sold) | - `cursor` — Opaque continuation from this operation; preserve all original parameters. | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`zoopla/agents`](https://www.monocrawl.com/docs/endpoints/zoopla/agents) | - `page` — Page number (25 a page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`zoopla/estimates`](https://www.monocrawl.com/docs/endpoints/zoopla/estimates) | - `page` — Page number - `limit` — Addresses per page, 1 to 50 | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`zoopla/locations`](https://www.monocrawl.com/docs/endpoints/zoopla/locations) | No paging input declared. | Observed shape - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/zoopla/search-rent) | - `page` — Page number | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/zoopla/search-sale) | - `page` — Page number | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source 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`](https://www.monocrawl.com/docs/endpoints/zoopla/sold-prices) | - `page` — Page number (25 a page) | Observed shape - `cursor` — Opaque next-page token; pass it back unchanged. Null does not prove complete history. - `has_more` — Source continuation indicator; null means unknown. | Use only declared controls. Preserve identifiers and filters; optional schema fields are not a promise of continuation. |
| [`zoopla/streets`](https://www.monocrawl.com/docs/endpoints/zoopla/streets) | No paging input declared. | Observed shape - `has_more` — Source 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. |
