tadwohlrapp / soldby

SoldBy – Reveal Sellers on Amazon: See their name, country of origin and rating when browsing Amazon.
MIT License
57 stars 5 forks source link

Save fetched seller data in local storage for reusability #6

Closed tadwohlrapp closed 2 years ago

tadwohlrapp commented 2 years ago

Currently the script fetches seller data on every page load or DOM change and doesn't store the data anywhere, which results in reaching Amazon's request limit very quickly.

If the data would be stored in local storage, it could be reused for already parsed sellers which would result in way fewer requests.