You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey!
Nice Github project. I'm trying to fetch REWE Products for personal purposes as well but the problem is the endpoint i was using was recently closed.
Which API Endpoint are you using for your project?
Best Regards!
The text was updated successfully, but these errors were encountered:
I just found something that may help you. Just go on the category of products you want and send the following in the url.
?objectsPerPage=250
250 seems to be the max, but then you can just use any html parser (beautifulsoup for example) and get 250 products in one run, then just increase the page and do it again. It think this should be the best method.
Hey!
Nice Github project. I'm trying to fetch REWE Products for personal purposes as well but the problem is the endpoint i was using was recently closed.
Which API Endpoint are you using for your project?
Best Regards!
The text was updated successfully, but these errors were encountered: