Metadata-Version: 2.4
Name: agentscraper
Version: 0.1.0
Summary: Agent-based web scraping with LLM integration
Home-page: https://github.com/SyabAhmad/agentscraper
Author: Syed Syab Ahmad, Sania Shakeel
Author-email: syab.se@hotmail.com, ayashal551@gmail.com
Project-URL: Bug Tracker, https://github.com/SyabAhmad/agentscraper/issues
Project-URL: Documentation, https://github.com/SyabAhmad/agentscraper
Project-URL: Source Code, https://github.com/SyabAhmad/agentscraper
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.0
Requires-Dist: beautifulsoup4>=4.9.0
Requires-Dist: groq>=0.4.0
Requires-Dist: lxml>=4.6.0
Requires-Dist: python-dotenv>=0.15.0
Requires-Dist: anthropic>=0.4.0
Requires-Dist: openai>=0.27.0
Provides-Extra: selenium
Requires-Dist: selenium>=4.0.0; extra == "selenium"
Requires-Dist: webdriver-manager>=3.8.0; extra == "selenium"
Provides-Extra: advanced
Requires-Dist: crewai>=0.1.0; extra == "advanced"
Requires-Dist: google-generativeai>=0.1.0; extra == "advanced"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
