Python and JavaScript parity
What the Python and JavaScript libraries each support, side by side, and how the two APIs map onto each other.
Feature Parity
Current: trendflow-py 0.2.0 · trendflow 0.1.0. Versions are independent; each changelog cross-references the sibling release.
| Feature | Python — trendflow-py | JS — trendflow |
|---|---|---|
| Interest over time | ✅ | ✅ |
| Interest by region | ✅ | ✅ |
| Trending now | ✅ | ✅ |
| Trending growth % and volume | ✅ | ✅ |
| Trending for any country code | ✅ | ✅ |
| Trending news articles (RSS) | ✅ | ✅ |
| Selectable trending backend | ✅ | ✅ |
| Related queries | ✅ | ✅ |
| Search suggestions | ✅ suggestions() | ✅ suggestions() |
| Query by topic (entity mid) | ✅ | ✅ |
| CSV / JSON export | ✅ | ✅ |
| Rotating proxy pool | ✅ | ✅ |
| Browser User-Agent by default | ✅ | ✅ |
| Full geo hierarchy | ✅ geo_list() | ✅ geoList() |
| Overridable RPC ids | ✅ | ✅ |
| pandas DataFrame | ✅ to_dataframe() | ❌ N/A |
| Plain-object rows | ❌ N/A | ✅ toArray() |
| ESM + CommonJS + types | ❌ N/A | ✅ |
| MCP server | 🔜 planned | ✅ trendflow-mcp |
| CLI | ✅ | 🔜 planned |
