Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
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
G2 API key
Obtain from your G2 account manager or the G2 API portal. Requires a G2 paid plan with API access enabled.
Mavera API key
Get your key from Mavera dashboard.
Jobs
| # | Job | G2 Data | Mavera Surface | Output |
|---|---|---|---|---|
| 1 | Review Sentiment → Persona-Specific Messaging | Survey responses by reviewer role | Custom Personas + Generate | Role-targeted marketing content |
| 2 | Competitor Review Mining | Competitor reviews | Mave Agent | Positioning opportunity analysis |
| 3 | Love/Hate → Brand Voice Refinement | Love/hate phrases | Brand Voice (preferred + avoid terms) | Refined brand voice profile |
| 4 | Recommendation Quotes → Social Proof Content | Recommendations | Generate | Social proof marketing assets |
| 5 | Feature Request Aggregation → Product Focus Group | Feature requests | Focus Groups (Ranking) | Prioritized feature roadmap input |
| 6 | G2 Score Tracking → Market Positioning | Ratings + rankings | Mave Agent | Messaging adjustments |
Rate Limits & Production Notes
| G2 Endpoint | Limit | Strategy |
|---|---|---|
| All endpoints | 100 req/sec | Generous limit; batch pagination with 100ms delays |
| Survey responses | Paginate via page[size] + page[number] | Max 100 per page |
| Product data | Single product per call | Cache product/competitor data daily |
- 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