@miranda0808/maya-codex 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
# DataForSEO
|
|
2
|
+
|
|
3
|
+
Comprehensive SEO data API for SERP results, keyword research, backlinks, and on-page analysis.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | SERP, Keywords Data, Backlinks, On-Page, Labs |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | ✓ | [dataforseo.js](../clis/dataforseo.js) |
|
|
12
|
+
| SDK | ✓ | Python, TypeScript, PHP, Java, C# |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: Basic Auth
|
|
17
|
+
- **Header**: `Authorization: Basic {base64(login:password)}`
|
|
18
|
+
- **Get credentials**: API Access tab at https://app.dataforseo.com/api-access
|
|
19
|
+
- **Note**: API password is auto-generated, different from account password
|
|
20
|
+
|
|
21
|
+
## Common Agent Operations
|
|
22
|
+
|
|
23
|
+
### SERP - Google organic (live)
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
POST https://api.dataforseo.com/v3/serp/google/organic/live/regular
|
|
27
|
+
|
|
28
|
+
[{
|
|
29
|
+
"keyword": "marketing automation",
|
|
30
|
+
"location_name": "United States",
|
|
31
|
+
"language_name": "English"
|
|
32
|
+
}]
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### Keywords - Search volume (live)
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
POST https://api.dataforseo.com/v3/keywords_data/google_ads/search_volume/live
|
|
39
|
+
|
|
40
|
+
[{
|
|
41
|
+
"keywords": ["email marketing", "marketing automation", "crm software"],
|
|
42
|
+
"location_code": 2840,
|
|
43
|
+
"language_code": "en"
|
|
44
|
+
}]
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
### Keywords - Keywords for site (live)
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
POST https://api.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/live
|
|
51
|
+
|
|
52
|
+
[{
|
|
53
|
+
"target": "example.com",
|
|
54
|
+
"location_code": 2840,
|
|
55
|
+
"language_code": "en"
|
|
56
|
+
}]
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Backlinks - Summary
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
POST https://api.dataforseo.com/v3/backlinks/summary/live
|
|
63
|
+
|
|
64
|
+
[{
|
|
65
|
+
"target": "example.com",
|
|
66
|
+
"internal_list_limit": 10,
|
|
67
|
+
"backlinks_status_type": "live"
|
|
68
|
+
}]
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### Backlinks - List
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
POST https://api.dataforseo.com/v3/backlinks/backlinks/live
|
|
75
|
+
|
|
76
|
+
[{
|
|
77
|
+
"target": "example.com",
|
|
78
|
+
"mode": "as_is",
|
|
79
|
+
"limit": 100,
|
|
80
|
+
"backlinks_status_type": "live"
|
|
81
|
+
}]
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
### Backlinks - Referring domains
|
|
85
|
+
|
|
86
|
+
```bash
|
|
87
|
+
POST https://api.dataforseo.com/v3/backlinks/referring_domains/live
|
|
88
|
+
|
|
89
|
+
[{
|
|
90
|
+
"target": "example.com",
|
|
91
|
+
"limit": 100
|
|
92
|
+
}]
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
### Backlinks - Index (database stats)
|
|
96
|
+
|
|
97
|
+
```bash
|
|
98
|
+
GET https://api.dataforseo.com/v3/backlinks/index
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
### On-Page - Instant pages audit
|
|
102
|
+
|
|
103
|
+
```bash
|
|
104
|
+
POST https://api.dataforseo.com/v3/on_page/instant_pages
|
|
105
|
+
|
|
106
|
+
[{
|
|
107
|
+
"url": "https://example.com/page",
|
|
108
|
+
"enable_javascript": true
|
|
109
|
+
}]
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
### SERP - Locations list
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
GET https://api.dataforseo.com/v3/serp/google/locations
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
### SERP - Languages list
|
|
119
|
+
|
|
120
|
+
```bash
|
|
121
|
+
GET https://api.dataforseo.com/v3/serp/google/languages
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
## API Pattern
|
|
125
|
+
|
|
126
|
+
DataForSEO uses two methods for most endpoints:
|
|
127
|
+
- **Live** (`/live`) - Synchronous, results in same response
|
|
128
|
+
- **Task-based** (`/task_post` + `/task_get/$id`) - Async for large requests
|
|
129
|
+
|
|
130
|
+
Request bodies are always JSON arrays (even for single requests).
|
|
131
|
+
|
|
132
|
+
## Key Metrics
|
|
133
|
+
|
|
134
|
+
### Keyword Metrics
|
|
135
|
+
- `search_volume` - Monthly search volume
|
|
136
|
+
- `competition` - Competition level (0-1)
|
|
137
|
+
- `cpc` - Cost per click
|
|
138
|
+
- `monthly_searches` - Monthly breakdown array
|
|
139
|
+
|
|
140
|
+
### Backlink Metrics
|
|
141
|
+
- `total_backlinks` - Total backlink count
|
|
142
|
+
- `referring_domains` - Unique referring domains
|
|
143
|
+
- `domain_rank` - Domain authority score
|
|
144
|
+
- `backlinks_spam_score` - Spam score
|
|
145
|
+
|
|
146
|
+
## When to Use
|
|
147
|
+
|
|
148
|
+
- Programmatic SERP tracking at scale
|
|
149
|
+
- Keyword research with search volume data
|
|
150
|
+
- Backlink analysis and monitoring
|
|
151
|
+
- On-page SEO audits
|
|
152
|
+
- Competitor analysis
|
|
153
|
+
|
|
154
|
+
## Rate Limits
|
|
155
|
+
|
|
156
|
+
- Rate limit headers: `X-RateLimit-Limit`, `X-RateLimit-Remaining`
|
|
157
|
+
- Backlinks API: 2000 requests/minute, 30 simultaneous
|
|
158
|
+
- Varies by endpoint and plan
|
|
159
|
+
|
|
160
|
+
## Relevant Skills
|
|
161
|
+
|
|
162
|
+
- seo-audit
|
|
163
|
+
- programmatic-seo
|
|
164
|
+
- content-strategy
|
|
165
|
+
- competitor-alternatives
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
# Demio
|
|
2
|
+
|
|
3
|
+
Webinar platform for hosting live, automated, and on-demand webinars with built-in registration and attendee tracking.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | Events, Registration, Participants, Sessions |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | ✓ | [demio.js](../clis/demio.js) |
|
|
12
|
+
| SDK | ✓ | PHP (official), Ruby (community) |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: API Key + API Secret
|
|
17
|
+
- **Headers**: `Api-Key: {key}` and `Api-Secret: {secret}`
|
|
18
|
+
- **Get credentials**: Account Settings > API (Owner access required)
|
|
19
|
+
- **Docs**: https://publicdemioapi.docs.apiary.io/
|
|
20
|
+
|
|
21
|
+
## Common Agent Operations
|
|
22
|
+
|
|
23
|
+
### Ping (health check)
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
GET https://my.demio.com/api/v1/ping
|
|
27
|
+
|
|
28
|
+
Headers:
|
|
29
|
+
Api-Key: {API_KEY}
|
|
30
|
+
Api-Secret: {API_SECRET}
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
### List all events
|
|
34
|
+
|
|
35
|
+
```bash
|
|
36
|
+
GET https://my.demio.com/api/v1/events
|
|
37
|
+
|
|
38
|
+
Headers:
|
|
39
|
+
Api-Key: {API_KEY}
|
|
40
|
+
Api-Secret: {API_SECRET}
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### List events by type
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
GET https://my.demio.com/api/v1/events?type=upcoming
|
|
47
|
+
|
|
48
|
+
Headers:
|
|
49
|
+
Api-Key: {API_KEY}
|
|
50
|
+
Api-Secret: {API_SECRET}
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### Get a specific event
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
GET https://my.demio.com/api/v1/event/{event_id}
|
|
57
|
+
|
|
58
|
+
Headers:
|
|
59
|
+
Api-Key: {API_KEY}
|
|
60
|
+
Api-Secret: {API_SECRET}
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### Get event date details
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
GET https://my.demio.com/api/v1/event/{event_id}/date/{date_id}
|
|
67
|
+
|
|
68
|
+
Headers:
|
|
69
|
+
Api-Key: {API_KEY}
|
|
70
|
+
Api-Secret: {API_SECRET}
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### Register attendee for event
|
|
74
|
+
|
|
75
|
+
```bash
|
|
76
|
+
POST https://my.demio.com/api/v1/event/register
|
|
77
|
+
|
|
78
|
+
Headers:
|
|
79
|
+
Api-Key: {API_KEY}
|
|
80
|
+
Api-Secret: {API_SECRET}
|
|
81
|
+
Content-Type: application/json
|
|
82
|
+
|
|
83
|
+
{
|
|
84
|
+
"id": 12345,
|
|
85
|
+
"name": "Jane Doe",
|
|
86
|
+
"email": "jane@example.com"
|
|
87
|
+
}
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
### Register attendee for specific date
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
POST https://my.demio.com/api/v1/event/register
|
|
94
|
+
|
|
95
|
+
Headers:
|
|
96
|
+
Api-Key: {API_KEY}
|
|
97
|
+
Api-Secret: {API_SECRET}
|
|
98
|
+
Content-Type: application/json
|
|
99
|
+
|
|
100
|
+
{
|
|
101
|
+
"id": 12345,
|
|
102
|
+
"date_id": 67890,
|
|
103
|
+
"name": "Jane Doe",
|
|
104
|
+
"email": "jane@example.com"
|
|
105
|
+
}
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
### Get participants for event date
|
|
109
|
+
|
|
110
|
+
```bash
|
|
111
|
+
GET https://my.demio.com/api/v1/date/{date_id}/participants
|
|
112
|
+
|
|
113
|
+
Headers:
|
|
114
|
+
Api-Key: {API_KEY}
|
|
115
|
+
Api-Secret: {API_SECRET}
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
## API Pattern
|
|
119
|
+
|
|
120
|
+
Demio uses a straightforward REST API:
|
|
121
|
+
- All requests require both `Api-Key` and `Api-Secret` headers
|
|
122
|
+
- Responses are JSON objects
|
|
123
|
+
- Registration returns a `join_link` URL for the attendee
|
|
124
|
+
- Events have multiple "dates" (sessions), each with a unique `date_id`
|
|
125
|
+
|
|
126
|
+
## Key Metrics
|
|
127
|
+
|
|
128
|
+
### Event Metrics
|
|
129
|
+
- `id` - Event ID
|
|
130
|
+
- `name` - Event name
|
|
131
|
+
- `date_id` - Session/date identifier
|
|
132
|
+
- `status` - Event status (upcoming, past, active)
|
|
133
|
+
- `type` - Event type (live, automated, on-demand)
|
|
134
|
+
- `registration_url` - Public registration page URL
|
|
135
|
+
|
|
136
|
+
### Participant Metrics
|
|
137
|
+
- `name` - Participant name
|
|
138
|
+
- `email` - Participant email
|
|
139
|
+
- `status` - Attendance status (registered, attended, missed)
|
|
140
|
+
- `attended_minutes` - Duration of attendance
|
|
141
|
+
- `join_link` - Unique join URL for the participant
|
|
142
|
+
|
|
143
|
+
## Parameters
|
|
144
|
+
|
|
145
|
+
### Event List Filters
|
|
146
|
+
- `type` - Filter by event type: `upcoming`, `past`, `all`
|
|
147
|
+
|
|
148
|
+
### Registration Fields
|
|
149
|
+
- `id` - Event ID (required)
|
|
150
|
+
- `name` - Registrant name (required)
|
|
151
|
+
- `email` - Registrant email (required)
|
|
152
|
+
- `date_id` - Specific session date ID (optional)
|
|
153
|
+
- `ref_url` - Referral URL for tracking (optional)
|
|
154
|
+
|
|
155
|
+
### Custom Fields
|
|
156
|
+
- Custom fields are supported via their UID (not display name)
|
|
157
|
+
- Check your event settings for available custom field UIDs
|
|
158
|
+
|
|
159
|
+
## When to Use
|
|
160
|
+
|
|
161
|
+
- Automating webinar registration from landing pages or forms
|
|
162
|
+
- Syncing webinar attendee data with CRM
|
|
163
|
+
- Building custom registration flows for webinars
|
|
164
|
+
- Tracking webinar attendance and engagement
|
|
165
|
+
- Triggering follow-up sequences based on attendance status
|
|
166
|
+
- Managing multiple webinar sessions programmatically
|
|
167
|
+
|
|
168
|
+
## Rate Limits
|
|
169
|
+
|
|
170
|
+
- **180 requests per minute** (3 per second)
|
|
171
|
+
- **Free Trial**: 100 API calls per day
|
|
172
|
+
- **Paid Plans**: 5,000 API calls per day (reset at 00:00 UTC)
|
|
173
|
+
- Contact Demio to request higher daily limits
|
|
174
|
+
- Exceeding limits returns an error response
|
|
175
|
+
|
|
176
|
+
## Relevant Skills
|
|
177
|
+
|
|
178
|
+
- webinar-marketing
|
|
179
|
+
- lead-generation
|
|
180
|
+
- event-marketing
|
|
181
|
+
- content-strategy
|
|
182
|
+
- lifecycle-marketing
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
# Dub.co
|
|
2
|
+
|
|
3
|
+
Link management and attribution platform for modern marketing teams.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | REST API for links, analytics, domains |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | - | Not available |
|
|
12
|
+
| SDK | ✓ | TypeScript SDK available |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: API Key
|
|
17
|
+
- **Header**: `Authorization: Bearer {api_key}`
|
|
18
|
+
- **Get key**: Settings > API Keys in Dub dashboard
|
|
19
|
+
|
|
20
|
+
## Common Agent Operations
|
|
21
|
+
|
|
22
|
+
### Create short link
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
POST https://api.dub.co/links
|
|
26
|
+
|
|
27
|
+
{
|
|
28
|
+
"url": "https://example.com/landing-page",
|
|
29
|
+
"domain": "link.example.com",
|
|
30
|
+
"key": "summer-sale",
|
|
31
|
+
"tags": ["campaign:summer", "channel:email"]
|
|
32
|
+
}
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### Get link by key
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
GET https://api.dub.co/links?domain=link.example.com&key=summer-sale
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### List links
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
GET https://api.dub.co/links?domain=link.example.com&page=1
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
### Get link analytics
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
GET https://api.dub.co/analytics?domain=link.example.com&key=summer-sale&interval=30d
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### Get clicks by location
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
GET https://api.dub.co/analytics/country?domain=link.example.com&key=summer-sale
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Get clicks by device
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
GET https://api.dub.co/analytics/device?domain=link.example.com&key=summer-sale
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
### Update link
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
PATCH https://api.dub.co/links/{link_id}
|
|
69
|
+
|
|
70
|
+
{
|
|
71
|
+
"url": "https://example.com/new-landing-page",
|
|
72
|
+
"tags": ["campaign:summer", "channel:social"]
|
|
73
|
+
}
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### Delete link
|
|
77
|
+
|
|
78
|
+
```bash
|
|
79
|
+
DELETE https://api.dub.co/links/{link_id}
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
### Bulk create links
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
POST https://api.dub.co/links/bulk
|
|
86
|
+
|
|
87
|
+
[
|
|
88
|
+
{"url": "https://example.com/page1", "key": "page1"},
|
|
89
|
+
{"url": "https://example.com/page2", "key": "page2"}
|
|
90
|
+
]
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
## TypeScript SDK
|
|
94
|
+
|
|
95
|
+
### Install
|
|
96
|
+
|
|
97
|
+
```bash
|
|
98
|
+
npm install dub
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
### Usage
|
|
102
|
+
|
|
103
|
+
```typescript
|
|
104
|
+
import { Dub } from "dub";
|
|
105
|
+
|
|
106
|
+
const dub = new Dub({ token: "YOUR_API_KEY" });
|
|
107
|
+
|
|
108
|
+
// Create link
|
|
109
|
+
const link = await dub.links.create({
|
|
110
|
+
url: "https://example.com",
|
|
111
|
+
domain: "link.example.com"
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
// Get analytics
|
|
115
|
+
const analytics = await dub.analytics.retrieve({
|
|
116
|
+
domain: "link.example.com",
|
|
117
|
+
key: "summer-sale"
|
|
118
|
+
});
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
## Key Features
|
|
122
|
+
|
|
123
|
+
- **Custom domains** - Use your own branded domains
|
|
124
|
+
- **Link analytics** - Clicks, locations, devices, referrers
|
|
125
|
+
- **Tags** - Organize links by campaign, channel, etc.
|
|
126
|
+
- **QR codes** - Auto-generated for each link
|
|
127
|
+
- **Password protection** - Secure sensitive links
|
|
128
|
+
- **Expiration** - Time-limited links
|
|
129
|
+
- **Geo-targeting** - Redirect based on location
|
|
130
|
+
|
|
131
|
+
## Analytics Dimensions
|
|
132
|
+
|
|
133
|
+
- `clicks` - Total click count
|
|
134
|
+
- `country` - Clicks by country
|
|
135
|
+
- `city` - Clicks by city
|
|
136
|
+
- `device` - Clicks by device type
|
|
137
|
+
- `browser` - Clicks by browser
|
|
138
|
+
- `os` - Clicks by operating system
|
|
139
|
+
- `referer` - Clicks by referrer
|
|
140
|
+
|
|
141
|
+
## When to Use
|
|
142
|
+
|
|
143
|
+
- Creating trackable marketing links
|
|
144
|
+
- Building referral link systems
|
|
145
|
+
- Tracking campaign attribution
|
|
146
|
+
- A/B testing landing pages via links
|
|
147
|
+
- Generating branded short URLs
|
|
148
|
+
- Analyzing link performance
|
|
149
|
+
|
|
150
|
+
## Rate Limits
|
|
151
|
+
|
|
152
|
+
- Free: 1,000 links, 5 API requests/second
|
|
153
|
+
- Pro: Unlimited links, 50 API requests/second
|
|
154
|
+
- Enterprise: Custom limits
|
|
155
|
+
|
|
156
|
+
## Relevant Skills
|
|
157
|
+
|
|
158
|
+
- referral-program
|
|
159
|
+
- analytics-tracking
|
|
160
|
+
- paid-ads
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
# G2
|
|
2
|
+
|
|
3
|
+
Software review and research platform for B2B buyers. Access reviews, product data, competitor comparisons, and buyer intent signals.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | Reviews, Products, Reports, Categories, Tracking |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | ✓ | [g2.js](../clis/g2.js) |
|
|
12
|
+
| SDK | - | REST API with JSON:API format |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: API Token
|
|
17
|
+
- **Header**: `Authorization: Token token={YOUR_API_TOKEN}`
|
|
18
|
+
- **Content-Type**: `application/vnd.api+json` (JSON:API)
|
|
19
|
+
- **Get token**: G2 Admin Portal > Integrations > API Tokens
|
|
20
|
+
- **Docs**: https://data.g2.com/api/docs
|
|
21
|
+
|
|
22
|
+
## Common Agent Operations
|
|
23
|
+
|
|
24
|
+
### List reviews (survey responses)
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
GET https://data.g2.com/api/v1/survey-responses?page[size]=25&page[number]=1
|
|
28
|
+
|
|
29
|
+
Headers:
|
|
30
|
+
Authorization: Token token={API_TOKEN}
|
|
31
|
+
Content-Type: application/vnd.api+json
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### Get a specific review
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
GET https://data.g2.com/api/v1/survey-responses/{id}
|
|
38
|
+
|
|
39
|
+
Headers:
|
|
40
|
+
Authorization: Token token={API_TOKEN}
|
|
41
|
+
Content-Type: application/vnd.api+json
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### Filter reviews by product
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
GET https://data.g2.com/api/v1/survey-responses?filter[product_id]={product_id}&page[size]=25
|
|
48
|
+
|
|
49
|
+
Headers:
|
|
50
|
+
Authorization: Token token={API_TOKEN}
|
|
51
|
+
Content-Type: application/vnd.api+json
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
### List products
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
GET https://data.g2.com/api/v1/products?page[size]=25&page[number]=1
|
|
58
|
+
|
|
59
|
+
Headers:
|
|
60
|
+
Authorization: Token token={API_TOKEN}
|
|
61
|
+
Content-Type: application/vnd.api+json
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
### Get a specific product
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
GET https://data.g2.com/api/v1/products/{id}
|
|
68
|
+
|
|
69
|
+
Headers:
|
|
70
|
+
Authorization: Token token={API_TOKEN}
|
|
71
|
+
Content-Type: application/vnd.api+json
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
### List reports
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
GET https://data.g2.com/api/v1/reports?page[size]=25&page[number]=1
|
|
78
|
+
|
|
79
|
+
Headers:
|
|
80
|
+
Authorization: Token token={API_TOKEN}
|
|
81
|
+
Content-Type: application/vnd.api+json
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
### List categories
|
|
85
|
+
|
|
86
|
+
```bash
|
|
87
|
+
GET https://data.g2.com/api/v1/categories?page[size]=25&page[number]=1
|
|
88
|
+
|
|
89
|
+
Headers:
|
|
90
|
+
Authorization: Token token={API_TOKEN}
|
|
91
|
+
Content-Type: application/vnd.api+json
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### Get competitor comparisons
|
|
95
|
+
|
|
96
|
+
```bash
|
|
97
|
+
GET https://data.g2.com/api/v1/competitor-comparisons?filter[product_id]={product_id}&page[size]=25
|
|
98
|
+
|
|
99
|
+
Headers:
|
|
100
|
+
Authorization: Token token={API_TOKEN}
|
|
101
|
+
Content-Type: application/vnd.api+json
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
### Get tracking events (buyer intent)
|
|
105
|
+
|
|
106
|
+
```bash
|
|
107
|
+
GET https://data.g2.com/api/v1/tracking-events?filter[start_date]=2025-01-01&filter[end_date]=2025-12-31
|
|
108
|
+
|
|
109
|
+
Headers:
|
|
110
|
+
Authorization: Token token={API_TOKEN}
|
|
111
|
+
Content-Type: application/vnd.api+json
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
## API Pattern
|
|
115
|
+
|
|
116
|
+
G2 follows the JSON:API specification (https://jsonapi.org/):
|
|
117
|
+
- Responses use `data`, `attributes`, `relationships`, `meta` structure
|
|
118
|
+
- Pagination: `page[number]` and `page[size]` query parameters
|
|
119
|
+
- Filtering: `filter[field]=value` query parameters
|
|
120
|
+
- Reviews returned newest-first by default (10 per page default)
|
|
121
|
+
|
|
122
|
+
## Key Metrics
|
|
123
|
+
|
|
124
|
+
### Review Metrics
|
|
125
|
+
- `star_rating` - Overall star rating
|
|
126
|
+
- `title` - Review title
|
|
127
|
+
- `comment_answers` - Structured review responses (likes, dislikes, recommendations)
|
|
128
|
+
- `submitted_at` - Review submission date
|
|
129
|
+
- `is_public` - Whether the review is publicly visible
|
|
130
|
+
|
|
131
|
+
### Product Metrics
|
|
132
|
+
- `name` - Product name
|
|
133
|
+
- `slug` - URL slug on G2
|
|
134
|
+
- `avg_rating` - Average star rating
|
|
135
|
+
- `total_reviews` - Total review count
|
|
136
|
+
- `category` - G2 category placement
|
|
137
|
+
|
|
138
|
+
### Buyer Intent (Tracking)
|
|
139
|
+
- `company_name` - Visiting company name
|
|
140
|
+
- `page_visited` - G2 page URL visited
|
|
141
|
+
- `visited_at` - Visit timestamp
|
|
142
|
+
- `activity_type` - Type of buyer activity
|
|
143
|
+
|
|
144
|
+
## Parameters
|
|
145
|
+
|
|
146
|
+
### Pagination
|
|
147
|
+
- `page[number]` - Page number (default: 1)
|
|
148
|
+
- `page[size]` - Items per page (default: 10, max: 100)
|
|
149
|
+
|
|
150
|
+
### Review Filters
|
|
151
|
+
- `filter[product_id]` - Filter by product ID
|
|
152
|
+
- `filter[state]` - Filter by review state
|
|
153
|
+
|
|
154
|
+
### Tracking Filters
|
|
155
|
+
- `filter[start_date]` - Start date (YYYY-MM-DD)
|
|
156
|
+
- `filter[end_date]` - End date (YYYY-MM-DD)
|
|
157
|
+
|
|
158
|
+
## When to Use
|
|
159
|
+
|
|
160
|
+
- Monitoring and analyzing software product reviews
|
|
161
|
+
- Tracking buyer intent signals from G2 visitors
|
|
162
|
+
- Pulling competitor comparison data for positioning
|
|
163
|
+
- Feeding review data into CRM or marketing automation
|
|
164
|
+
- Building social proof content from G2 reviews
|
|
165
|
+
- Tracking G2 category rankings and report placements
|
|
166
|
+
|
|
167
|
+
## Rate Limits
|
|
168
|
+
|
|
169
|
+
- 10,000 requests per hour per API token
|
|
170
|
+
- Implement exponential backoff on 429 responses
|
|
171
|
+
- Cache results where possible to reduce API calls
|
|
172
|
+
|
|
173
|
+
## Relevant Skills
|
|
174
|
+
|
|
175
|
+
- competitor-alternatives
|
|
176
|
+
- social-proof
|
|
177
|
+
- reputation-management
|
|
178
|
+
- customer-feedback
|
|
179
|
+
- review-generation
|