Get Mercado Livre Products
Retrieves a list of products from Mercado Livre, with optional fuzzy search filtering.
This endpoint retrieves a list of products from Mercado Livre, with optional fuzzy search filtering.
Complexity and Performance
The fuzzy search algorithm has a time complexity of O(N * K * Q * F * Lq * Lf), where:
N: Number of itemsK: Number of keys to searchQ: Number of words in the queryF: Number of words in a fieldLq: Length of a query wordLf: Length of a field word
For optimal performance, it is recommended to use this endpoint with a reasonable number of items (e.g., up to a few thousand) and with queries and fields of moderate length. For larger datasets, consider using a dedicated search solution.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The ID of the agent.
The search query for fuzzy search.
The threshold for fuzzy search.
The maximum number of results to return.
Whether the search should be case-sensitive.
Whether to sort the results by relevance.
Whether to allow partial matches.
The typo tolerance for fuzzy search.
Response
Was this page helpful?

