An open API service indexing awesome lists of open source software.

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

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/)