Open in CodeSandbox, sign in with GitHub, then fork the repository to begin making changes.
This project demonstrates how to use Bright Data's SERP API to access search engine query results without being blocked through Bright Data SERP API.
pip install requests python-dotenv
create a .env file:
Edit .env
and add your API key
BRIGHT_DATA_API_KEY=your_api_key_here
Get your API Key here: https://brightdata.com/cp/setting/users
python index.py