@koda-sl/baker-cli 0.274.0 → 0.275.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 CHANGED
@@ -1787,6 +1787,54 @@ baker research intent "buy running shoes,best running shoes 2026,how to tie shoe
1787
1787
 
1788
1788
  ---
1789
1789
 
1790
+ ### `baker research keyword-metrics "kw1,kw2,kw3"`
1791
+
1792
+ Search volume, CPC, top-of-page bids and competition for a list of keywords you name — no domain involved. This is the command for sizing a market you already have keywords for; `keywords-for-site` and `keyword-gap` return volume only for the terms a domain happens to rank for.
1793
+
1794
+ ```bash
1795
+ baker research keyword-metrics "chatbot whatsapp,crm whatsapp" --location mx --language es
1796
+ baker research keyword-metrics "chatbot whatsapp" --location br --language pt --clickstream
1797
+ ```
1798
+
1799
+ **Response:**
1800
+
1801
+ ```json
1802
+ {
1803
+ "ok": true,
1804
+ "data": [
1805
+ {
1806
+ "source": "keyword_planner_estimate_via_dataforseo",
1807
+ "keyword": "chatbot whatsapp",
1808
+ "planner_search_volume": 1000,
1809
+ "planner_cpc": 6.27,
1810
+ "planner_low_top_of_page_bid": 1.57,
1811
+ "planner_high_top_of_page_bid": 5.32,
1812
+ "planner_competition": "MEDIUM",
1813
+ "planner_competition_index": 66
1814
+ }
1815
+ ]
1816
+ }
1817
+ ```
1818
+
1819
+ Every keyword you ask for comes back, in the order asked. A row whose metrics are all `null` means DataForSEO holds no data on that term — not that nobody searches it.
1820
+
1821
+ **The volume is Google's own number.** DataForSEO resells the Keyword Planner figure, so `planner_search_volume` is the same value `baker ads google keywords metrics` returns; the two agreeing is not corroboration. `--clickstream` adds `clickstream_search_volume`, DataForSEO's own panel-derived estimate, which is independent — and costs twice as much.
1822
+
1823
+ **Flags:**
1824
+
1825
+ | Flag | Description |
1826
+ |----------------|--------------------------------------|
1827
+ | `--location` | Country code (us, mx, br...) or DataForSEO location code. **Defaults to us** |
1828
+ | `--language` | Language code or name. **Defaults to en** |
1829
+ | `--clickstream`| Add DataForSEO's own volume estimate (costs 2x) |
1830
+ | `--full` | Add keyword difficulty, search intent and the 12-month trend |
1831
+ | `--no-cache` | Skip cache (7d TTL) |
1832
+ | `--output` | Format: json\|csv\|md\|jsonl |
1833
+
1834
+ Max 700 keywords per call, 80 characters each.
1835
+
1836
+ ---
1837
+
1790
1838
  ### `baker research keywords-for-site "domain.com"`
1791
1839
 
1792
1840
  Get keywords a competitor targets. Use `--type paid` to see only paid keywords, `--type organic` for organic only.