Amazon API calls to get the number of products listed per page

Is it possible to get the number of products listed on the amazon page?

enter image description here

I need to get this number. I know that I can use javascript to get it by ID or class, but I know that amazon changes the values ​​of identifiers and classes for a certain period of time, so later I could not get this number if I did not check the identifier or class myself and change it in the code .. So is there an API call or something to freely get this number without changing the code every time?

+5
source share

Source: https://habr.com/ru/post/1267174/


All Articles