I have the product id for the german nvidia store page, is it possible to crawl that instead of the USA site?
There is a Canadian version. I don't mind putting it in if you have the URLs unless you'd like to make a PR!
I have the product id for the german nvidia store page, is it possible to crawl that instead of the USA site?
Hey willst du mir die ID geben ich schaue mir das mal an ob ich es einbauen kann.
I have the product id for the german nvidia store page, is it possible to crawl that instead of the USA site?
Hey willst du mir die ID geben ich schaue mir das mal an ob ich es einbauen kann.
Hey there,
thanks for the reply!
I have two links:
https://in-and-ru-store-api.uk-e1.cloudhub.io/DR/get-inventory/de_DE/5438792300
You can verify it is the correct product ID (at time of writing) here: https://in-and-ru-store-api.uk-e1.cloudhub.io/DR/products/de_DE/EUR/5438792300
But I cant find the german link for the nvidia.ts file. In the nvidia.ts file there is a link that looks like this:
https://api.digitalriver.com/v1/shoppers/me/products/5438481700/inventory-status?apiKey=9485fa7b159e42edb08a83bde0d83dia
So we need to figure out the german api Link I guess?
Looks like we could get the inventory status from
https://in-and-ru-store-api.uk-e1.cloudhub.io/DR/products/de_DE/EUR/5438792300

Not sure how reliable that API is though.
I tried using the product id of 5438792300 and returned that it wasn't found in https://api.digitalriver.com/v1/shoppers/me/products/5438792300/inventory-status?apiKey=9485fa7b159e42edb08a83bde0d83dia

I use it with this link https://in-and-ru-store-api.uk-e1.cloudhub.io/DR/products/de_DE/EUR/5438792300
it works but dont know how exactly this is.
Looks like we could get the inventory status from
https://in-and-ru-store-api.uk-e1.cloudhub.io/DR/products/de_DE/EUR/5438792300
Not sure how reliable that API is though.
I tried using the product id of
5438792300and returned that it wasn't found in https://api.digitalriver.com/v1/shoppers/me/products/5438792300/inventory-status?apiKey=9485fa7b159e42edb08a83bde0d83dia
It tells me
_"Please verify your API key and secret (if applicable) is correct."_
Any workaround?
The in-and-ru-store-api link is reliable, I have been using it for days in a bash loop to check the US 3080 inventory. You can make it check US inventory by changing /de_DE/EUR/5438792300 to /en_us/USD/5438481700.
https://in-and-ru-store-api.uk-e1.cloudhub.io/DR/products/de_de/EUR/5438792300
Unfortunately it gives gateway errors 504-503-502. Ending with a false positive of being in stock.
Try new COUNTRY env var on main branch. I believe we can close this.
Closed with #162