### Gym shark scrape
Load this page
https://www.gymshark.com/search?q=
1. Inspect element on the current directory and get each produc added into a json array by writing a script in the browser console
2. Each object in the array should have the following keys: `title`, `stars`, `price`, `colors`, `description`, `image_urls`
3. Publish the script you use to pull the JSON array as a github gist on https://gist.github.com
4. Publish the resulting array as a comment on the gist
Once that's done, the next step will be iterating over the array and adding the chunks to Trieve. Can coordinate on that when it's time. https://hackmd.io/UijPNbYkSt-HpibxXRfUww?both#