crewAIInc / crewAI-examples

A collection of examples that show how to use CrewAI framework to automate workflows.
2.9k stars 1.11k forks source link

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

Closed arjunkrishna closed 9 months ago

arjunkrishna commented 10 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 9 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