Real-Time Product Search

FREEMIUM
Verified
By OpenWeb Ninja | Updated a day ago | Business
Popularity

9.8 / 10

Latency

2,905ms

Service Level

99%

Health Check

100%

Back to All Discussions

Products Filters using Measurements Params

Rapid account: Vikas Techwinlabs
vikas.techwinlabs
4 months ago

Please help me about can you provide me filter of products using attribute like chest min size and max in inch or cms , length min or max Rise max size min Thigh Circumference min or max size

Rapid account: Letscrape 6 B R Ba 3 Qgu O 5
letscrape-6bRBa3QguO5 Commented 4 months ago

Awesome! Feel free to reach out if you have any questions or need help with the API.

Rapid account: Vikas Techwinlabs
vikas.techwinlabs Commented 4 months ago

Thanks for reply but i have resolve my issue n api

Rapid account: Letscrape 6 B R Ba 3 Qgu O 5
letscrape-6bRBa3QguO5 Commented 4 months ago

Hi,

I saw that you posted some messages here but I don’t see them now. Are you good with this?

Thank you,
Adam @ OpenWeb Ninja

Rapid account: Letscrape 6 B R Ba 3 Qgu O 5
letscrape-6bRBa3QguO5 Commented 4 months ago

Hi,

There was a small glitch, I just fixed it. I am getting the Size filter under filters.other when using relevant queries like “tshirt”. Do you see it now?

Thank you,
Adam @ OpenWeb Ninja

Rapid account: Vikas Techwinlabs
vikas.techwinlabs Commented 4 months ago

SMALL MEDIUM LARGE XLRA LARGE 3XL

Rapid account: Vikas Techwinlabs
vikas.techwinlabs Commented 4 months ago

Sir i want fiter like garment size XL M XS OR ALL possible size

Rapid account: Letscrape 6 B R Ba 3 Qgu O 5
letscrape-6bRBa3QguO5 Commented 4 months ago

Hi,

You can poptentially do that by using the filters.other array, what is your query?

Thank you,
Adam @ OpenWeb Ninja

Rapid account: Vikas Techwinlabs
vikas.techwinlabs Commented 4 months ago

Sir can i filter product using cloth size like XL M XS XXL

Rapid account: Letscrape 6 B R Ba 3 Qgu O 5
letscrape-6bRBa3QguO5 Commented 4 months ago

Hi,

Thank you for your question.

The filtering options depend on the query (“dynamic” filtering) - can you tell me what is your query?

In any case, as I exlplained in this discussion: https://rapidapi.com/letscrape-6bRBa3QguO5/api/real-time-product-search/discussions/110935, you can use “v2=true” with the Search request, e.g.: https://real-time-product-search.p.rapidapi.com/search?q=Nike shoes&country=us&language=en&v2=true, this will cause the Search endpoint to return a filters array, here’s an example response (I removed the products and other filters to make it clearer):

{
“status”: “OK”,
“request_id”: “8e4100ae-0ce0-443f-8bbb-ee8595958bba”,
“data”: {
“products”: [p1, p2, … , pn],
“filters”: {
“seller”: [
{
“name”: “Academy Sports + Outdoors”,
“value”: “m9039075”
},
{
“name”: “Ahullapel”,
“value”: “m5298689058”
},
{
“name”: “Amazon.com - Seller”,
“value”: “g113872638,m114193152”
},
{
“name”: “Athlete Performance Solutions”,
“value”: “g116606379,m6988705”
}
],
“other”: [
{
“name”: “Department”,
“type”: “F936965”,
“multivalue”: true,
“values”: [
{
“name”: “Men’s”,
“value”: “936965|936966”
},
{
“name”: “Women’s”,
“value”: “936965|936967”
},
{
“name”: “Kids’”,
“value”: “936965|944387”
},
{
“name”: “Boys’”,
“value”: “936965|936968”
}
]
},
{
“name”: “Nike Product Line”,
“type”: “F990651”,
“multivalue”: true,
“values”: [
{
“name”: “Nike Air”,
“value”: “990651|990652”
},
{
“name”: “Nike Jordan”,
“value”: “990651|2217340”
},
{
“name”: “Nike Dunk”,
“value”: “990651|2714408”
},
{
“name”: “Nike Revolution”,
“value”: “990651|2153128”
},
{
“name”: “Nike Flex”,
“value”: “990651|2081722”
},
{
“name”: “Nike Pegasus”,
“value”: “990651|2714603”
},
{
“name”: “Nike LeBron”,
“value”: “990651|990658”
}
]
}
]
}
}
}

Then, you can make another call to the Search endpoint with the Department filter for example with: https://real-time-product-search.p.rapidapi.com/search?q=Nike shoes&country=us&language=en&v2=true&other_filters=936965|936966,936965|944387,990651|990652 - this corresponds to Men’s and Kids’ departments and the Nike Air product line.

I hope it helps.

Thank you,
Adam @ OpenWeb Ninja

Join in the discussion - add comment below:

Login / Signup to post new comments