Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sajjadanwar0/llm-scraper


https://github.com/sajjadanwar0/llm-scraper

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Web-Scraper AI Agent

This Streamlit program allows you to scrape a website using OpenAI API and the scrapegraphai library. Simply submit your OpenAI API key, provide the URL of the website you want to scrape, and indicate what you want the AI agent to extract from the page.

### Features
- Scrape any website simply supplying the URL
- Utilize OpenAI's LLMs (GPT-3.5-turbo or GPT-4) for intelligent scraping
- Customize the scraping task by defining what you want the AI Agent to extract

#### Getting Started
1. Clone the repo

https://github.com/sajjadanwar0/llm-scraper

2. Install dependencies

pip install -r requirements.txt

3. Get OpenAI API key
4. streamlit run ai_scrapper.py