singodiyashubham87 / ScrapeIt

ScrapeIt is a web scraping application built with ReactJS and TailwindCSS. It enables the extraction of HTML content or text from web pages by providing a URL.
https://scrape-it-seven.vercel.app
MIT License
24 stars 20 forks source link

ScrapeIt - Web Scraper App

ScrapeIt is a web scraper app that allows you to extract text or HTML content from web pages by providing a URL.

Tech Stack

Getting Started

Prerequisite

Installation

  1. Clone the repository:

    git clone https://github.com/singodiyashubham87/ScrapeIt.git
    cd ScrapeIt
  2. Install dependencies:

    npm install
  3. Edit the .env file like this and add your Auth0 Credentials and API Ninjas API key in the placeholders:

    VITE_AUTH0_DOMAIN="AUTH0_DOMAIN"
    VITE_AUTH0_CLIENT_ID="AUTH0_CLIENT_ID"
    VITE_AUTH0_REDIRECT_URL="http://localhost:5173"
    VITE_API_NINJAS_X_API_KEY="API_NINJAS_X_API_KEY"
  4. Start the app:

    npm run dev

Features

Credits

API Ninjas (https://api.api-ninjas.com/): For providing the web scraping API.

Author

Contributors

License

This project is licensed under the MIT License.

Support

Support the project by starring the repository.