Size Limits Imposed when Searching for Parts

Modified on Thu, 05 Oct 2023 at 11:41 AM

In order to protect our services and intellectual property, the following limits are imposed for supSearch and supSearchMpn queries when using paging:

  1. The start value, which is the offset of all the search results, cannot exceed 1000.

  2. Thelimit value, which controls the maximum number of parts returned, cannot exceed 100.

  3. When paging the limit plus start cannot exceed 10,000.

The following GraphQL errors are given if the query attempts to go beyond either of these limits.


      "message": "start must be between 0 and 1000",
      "message": "limit must be between 0 and 100",

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article