This script scrapes a given Amazon page for product titles using a give Keyword. **** You will need an API Key from Scrapeops.io: https://scrapeops.io
Installation:
- Create new project in PyCharm.
- Move the files and folders to the project.
- Run the command in terminal to install the packages into the virtual environment:
pip install -r requirements.txt
-
Register a free account on scrapeops.io, copy the API key, and assign it to the string constant API_KEY in the main.py file.
-
Add the keywords for parsing to the list keys.
-
To start the app execute the following command in the terminal: uvicorn main:app --reload