crewAI-examples
crewAI-examples copied to clipboard
browserless does not seem to have a free tier. I used scrapingant instead
browserless.io does not seem to have a free tier... so i replaced it with scrapingant.
used this in browser_tools.py and added the SCRAPINGANT_API_KEY api key in .env file. url = f"https://api.scrapingant.com/v2/general?x-api-key={os.environ['SCRAPINGANT_API_KEY']}"