AI-Powered Web Intelligence Tool
FirstScrape is a live AI web app that scrapes any public webpage and converts raw content into clean, structured insights using Large Language Models.
🔗 Live App: https://firstscrape.streamlit.app/
💻 Source: https://github.com/AbheeshtM/firstscrape
- Scrape single or multiple URLs
- AI-powered summarization & extraction
- Prompt presets (Summarize, Links, Prices, FAQ)
- Content size control
- Export results as JSON or TXT
- Fully free & live deployment
- Python
- Streamlit
- BeautifulSoup
- Requests
- Groq LLM (LLaMA 3.1)
- dotenv
- Summarize articles
- Extract product data
- Turn docs into FAQs
- Compare multiple webpages
pip install -r requirements.txt
streamlit run app.py