Skip to content

Instantly share code, notes, and snippets.

View anhmtk's full-sized avatar

anh nguyen anhmtk

  • viet nam
View GitHub Profile
# AgentShare — copy-paste quickstart
Free API key in ~30s, no credit card: **https://agentshare.dev/signup** (100 requests/month).
## 1. Search prices (curl)
```bash
curl -H "X-API-Key: YOUR_API_KEY" \
"https://agentshare.dev/api/v1/search?q=raspberry+pi&limit=3"
2. Cheapest in-stock offer (curl)
curl -H "X-API-Key: YOUR_API_KEY" \
"https://agentshare.dev/api/v1/offers/best?q=jetson+orin+nano"
3. What's covered, no key needed (curl)