https://github.com/sherlockboy/gemini-node-scraper
Exchange rates scraper with Gemini AI
https://github.com/sherlockboy/gemini-node-scraper
ai exchange-rates gemini nodejs webscraping
Last synced: about 2 months ago
JSON representation
Exchange rates scraper with Gemini AI
- Host: GitHub
- URL: https://github.com/sherlockboy/gemini-node-scraper
- Owner: Sherlockboy
- Created: 2024-02-26T21:30:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T01:24:41.000Z (over 2 years ago)
- Last Synced: 2025-10-19T01:53:38.645Z (8 months ago)
- Topics: ai, exchange-rates, gemini, nodejs, webscraping
- Language: JavaScript
- Homepage: https://spiderai.vercel.app
- Size: 37.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Scraping with Gemini API
Example Node.js application to demonstrate parsing exchange rates data with AI
## Setup
1. Get your `API-KEY` in [Google AI Studio](https://aistudio.google.com/app/apikey)
2. Execute following commands:
```bash
git clone git@github.com:Sherlockboy/gemini-node-scraper.git
cd gemini-node-scraper
npm install
cp .env.example .env
npm run start
```
## Useful resources
- [Gemini REST API Docs](https://ai.google.dev/tutorials/rest_quickstart)
- [Prompt design strategies](https://ai.google.dev/docs/prompt_best_practices)
- [Available Gemini models](https://ai.google.dev/models/gemini)
## Credits
[Khurshidbek Kobilov](https://www.linkedin.com/in/khurshid-kobilov/)