Get live data from Meta Ad Library. Currently running on demo data.
Google Gemini (gemini-2.5-flash) powers the AI brief and competitive insights.
ℹ️ Currently using Emergent universal key (proxied). Replace with your own Gemini key for production.
Required for live ad scraping from Meta Ad Library. Without this, the app uses pre-loaded sample data.
⚠️ Access token expires in 60 days. Use a System User token for production. The API is completely free with no rate limits for read-only access.
Database for storing scraped ads, AI insights, and weekly briefs.
Auto-scrape every Sunday midnight IST (6:30 PM UTC Sunday):
// vercel.json
{{
"crons": [
{{
"path": "/api/scrape",
"schedule": "0 18 * * 0"
}}
]
}}