A simple and efficient UTM parameter scraper tool built with Next.js and TypeScript.
- Extract UTM parameters from URLs
- User-friendly interface
- Built with Next.js for optimal performance
- TypeScript for type safety
- Responsive design
- Node.js (v14 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/AdTraceAI/AdTrace-UTM-Params-Scraper.git cd AdTrace-UTM-Params-Scraper
-
Install dependencies:
npm install # or yarn install
-
Run the development server:
npm run dev # or yarn dev
-
Open http://localhost:3000 with your browser to see the result.
- Enter a URL with UTM parameters in the input field.
- Click the "Scrape UTM Parameters" button.
- View the extracted UTM parameters in the results section.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
AdTrace AI - @adtraceai
Project Link: https://github.com/AdTraceAI/AdTrace-UTM-Params-Scraper