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

SellerID to domain mapping

Rapid account: Reddlegroup
reddlegroup
6 months ago

Hi,
you did a great job with your API!
Do you know a good way to establish a mapping between shop domain and sellerID (used for filtering the results)?
If not, would it be possible to provide the scraped seller filter options during search? So I could automate the current manual lookup of the sellerIDs from the URLs.

Cheers

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

Hi,

I am happy to update that the seller / store filter values are now returned by the Search endpoint. To get it, specific “v2=true” with the request and get the following response structure:
{
“status”: “OK”,
“request_id”: “c4012704-ee78-4395-97aa-c1d0686ef23c”,
“data”: {
“products”: […products…],
“filters”: {
“store”: [
{
“name”: “Amazon.com - Seller”,
“value”: “g113872638,m114193152,m7388148”
},
{
“name”: “Bass River Shoes”,
“value”: “m250946592”
},
{
“name”: “Coldwater Creek”,
“value”: “m101249408”
},
{
“name”: “eBay - shoesandfashions”,
“value”: “g6296794,m6339544”
}
],
“other”: []
}
}
}

I hope it helps.

Thank you,
OpenWeb Ninja

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

Hi,

Thanks for your question.

I do it manually via URL (as described for the store_id parameter).

Re filter results: I like the idea, please let me look at the options there and get back to you.

Thank you,
OpenWeb Ninja

Join in the discussion - add comment below:

Login / Signup to post new comments