https://github.com/santiagodotsh/acara-scraper
🔍 📊 Scrapes data from ACARA's official price guide.
https://github.com/santiagodotsh/acara-scraper
acara axios cheerio json nodejs scraping typescript
Last synced: 2 months ago
JSON representation
🔍 📊 Scrapes data from ACARA's official price guide.
- Host: GitHub
- URL: https://github.com/santiagodotsh/acara-scraper
- Owner: santiagodotsh
- License: mit
- Created: 2024-11-25T11:47:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T13:23:31.000Z (6 months ago)
- Last Synced: 2025-02-04T18:42:00.775Z (4 months ago)
- Topics: acara, axios, cheerio, json, nodejs, scraping, typescript
- Language: TypeScript
- Homepage:
- Size: 545 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scrapes data from ACARA's official price guide.
![]()
## Install dependencies
```bash
~$ npm install
```## Environment variables
```bash
# Copy the .env.example file to .env.local
~$ cp .env.example .env.local
```Open the .env.local file and set the environment variables.
Scraperapi API key is optional.
## Compile and run the project
```bash
# Compile the project
~$ npm run build# Run the project
~$ npm run start
```