Overview
Pull data from G2 (Reviews, Competitors, Recommendations, Feature Requests, Scores) → analyze with Mavera (Personas, Focus Groups, Brand Voice, Mave Agent, Generate) → turn buyer-generated review data into persona-validated messaging, competitive intelligence, and product strategy.G2 API — Base URL:
https://data.g2.com/api/v1/. Auth: Token token={key} in the Authorization header. Rate limits: 100 requests/second. Pagination via page[number] and page[size] query params.Prerequisites
1
G2 API key
Obtain from your G2 account manager or the G2 API portal. Requires a G2 paid plan with API access enabled.
2
Mavera API key
Get your key from Mavera dashboard.
3
Environment variables
Jobs
Rate Limits & Production Notes
Checklist:
- Auth header format:
Token token={key}(not Bearer) - Content type:
application/vnd.api+json(JSON:API format) - Paginate with
page[number]andpage[size](max 100) - Cache competitor data — it changes slowly (weekly refresh is sufficient)
- Store G2 scores historically for trend analysis
- Monitor Mavera credits at Dashboard