Nostimates

Baidu ERNIE locale variance tracking

baidu_ernielocale_varianceAnonymous

Baidu is mainland-focused, so locale variance here is mostly about region and language settings within China rather than across countries.

How it renders

Controlled by domestic egress and Baidu's own regional parameters.

Sampling

Each locale is its own sample set. A cross-market comparison at n=30 per market costs what it says on the tin, which is why we surface the arithmetic before you commit.

Gotcha

Running Baidu from outside China without domestic egress returns a degraded result that understates the AI answer block. If the egress is not domestic, the reading is not representative.

What the API returns

A single collection call against Baidu ERNIE for the locale variance field, sampled n times and returned as one object per prompt.

{
  "engine": "baidu_ernie",
  "field": "locale_variance",
  "prompt": "best ai visibility tracking tool",
  "country": "GB",
  "language": "en",
  "n": 30,
  "locales": [
    {
      "country": "GB",
      "language": "en",
      "share": 0.34,
      "divergence": 0.02,
      "unique_domains": 4
    },
    {
      "country": "DE",
      "language": "de",
      "share": 0.19,
      "divergence": 0.15,
      "unique_domains": 11
    }
  ]
}
GET /v1/collect?engine=baidu_ernie&field=locale_variance

Response fields

KeyTypeNotes
countrystringISO 3166-1 alpha-2 country of the egress used.
languagestringISO 639-1 language the prompt was issued in.
sharefloatBrand share within that locale.
divergencefloatDistance from the global mean for this prompt.
unique_domainsintegerDomains cited in this locale and nowhere else.

What it costs

Each locale multiplies the collection count. Two markets at n=30 is 60 credits per prompt.

See credit pricing →

Baidu ERNIE locale variance FAQ

Do you use domestic egress?
Yes, always, for Baidu. Anything else misreports the surface.
Is there regional variation within China?
Some, on local-intent prompts. We can split it if your prompts warrant it.

Collect Baidu the way a domestic user sees it

We will confirm egress and regional settings against your prompt set before quoting.

No newsletter. One reply from a human.

Across every engine

Compare how locale variance behaves on every engine we track.

Locale variance across all engines →