{"section":"known-issues","requestedLocale":"en","requestedSlug":"catalog-search-api-limited-to-2500-results","locale":"en","slug":"catalog-search-api-limited-to-2500-results","path":"docs/en/known-issues/Catalog/catalog-search-api-limited-to-2500-results.md","branch":"main","content":"## Summary\n\n\nWhen using Catalog Search API the maximum results obtained is 2500, even if there are more products.\nThe pagination is up to 50 products and it works correctly until the parameter _from reaches the number of 2500. When they set `_from` above 2500 they get `\"Parameter _from can't be greater than 2500.\"`\n\n\n#### Simulation\n\n\nThis situation can happen when requesting the API using postman or using the shared catalog on seller portal accounts (it uses the same API on the UI).\n\nWhen using API: - make the request using the paramenter `_from` above 2500\nWhen using Shared Catalog: - skip the pagination on available products tab until you reach 2500. The next pages won't update and will show the same results as the page before 2500.\n\n\n#### Workaround\n\n\nN/A"}