Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crawl German Nvidia.de Store Page #84

Closed
johnconnor2020 opened this issue Sep 19, 2020 · 10 comments
Closed

Crawl German Nvidia.de Store Page #84

johnconnor2020 opened this issue Sep 19, 2020 · 10 comments
Assignees

Comments

@johnconnor2020
Copy link

I have the product id for the german nvidia store page, is it possible to crawl that instead of the USA site?

@jef
Copy link
Owner

jef commented Sep 20, 2020

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!

@drag0n141
Copy link

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.

@johnconnor2020
Copy link
Author

johnconnor2020 commented Sep 20, 2020

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?

@jef
Copy link
Owner

jef commented Sep 20, 2020

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

image

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

image

@drag0n141
Copy link

drag0n141 commented Sep 20, 2020

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.

@johnconnor2020
Copy link
Author

johnconnor2020 commented Sep 20, 2020

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

image

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

image

It tells me

"Please verify your API key and secret (if applicable) is correct."

Any workaround?

@rabb1t-dev
Copy link

rabb1t-dev commented Sep 20, 2020

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.

@manybot
Copy link
Contributor

manybot commented Sep 21, 2020

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.

@fuckingrobot
Copy link
Contributor

Try new COUNTRY env var on main branch. I believe we can close this.

@fuckingrobot
Copy link
Contributor

Closed with #162

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants