Are there any size limits imposed when searching for parts?

Modified on Fri, 16 Dec 2022 at 05:41 PM

Yes! 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.

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

Feedback sent

We appreciate your effort and will try to fix the article