Extract and analyze text content from any website.
This web application allows users to extract clean, formatted text content from any website by simply entering a URL. It's useful for research, analysis, or content aggregation without the clutter of website styling and formatting.
- Simple URL input for scraping web content
- Clean, formatted text output
- Minimalist black and white design
- Dark mode support
- API key management for Firecrawl service
- React
- TypeScript
- Tailwind CSS
- shadcn/ui components
- Firecrawl API for web scraping
- Clone this repository
- Install dependencies:
npm install - Start the development server:
npm run dev - Open your browser and navigate to the local development URL
This project uses the Firecrawl API for web scraping. You'll need to:
- Sign up for a Firecrawl API key at https://firecrawl.dev
- Enter your API key in the application settings
- Start scraping web content
npm run dev- Start the development servernpm run build- Build the project for productionnpm run preview- Preview the production build locally