crewAIInc / crewAI-examples

2.63k stars 981 forks source link

browserless does not seem to have a free tier. I used scrapingant instead #33

Closed arjunkrishna closed 8 months ago

arjunkrishna commented 8 months ago

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']}"

jacopo-chevallard commented 7 months ago

A pull request and some edits to the README might be a good idea so that people don't look for the (non existing) Browserless free tier