Perplexity position tracking
perplexitypositionAnonymous
Numbered citations make Perplexity the only engine where position is unambiguous. Citation 1 is citation 1, in every sample, with no DOM inference required.
How it renders
Explicit numbered markers within the answer.
Sampling
We report mean position with its spread, because a source that alternates between slot one and slot five is a different story from one that sits consistently at slot three.
Gotcha
Numbering reflects order of first reference in the text, not the source's importance. It is a reading order, not a ranking.
What the API returns
A single collection call against Perplexity for the position field, sampled n times and returned as one object per prompt.
{
"engine": "perplexity",
"field": "position",
"prompt": "best ai visibility tracking tool",
"country": "GB",
"language": "en",
"n": 30,
"positions": [
{
"url": "https://nostimates.com/engines",
"avg_position": 1.8,
"best_position": 1,
"spread": 0.9
}
]
}Response fields
| Key | Type | Notes |
|---|---|---|
| url | string | Cited URL. |
| avg_position | float | Mean ordinal across samples in which it appeared. |
| best_position | integer | Best slot achieved in the sample set. |
| spread | float | Standard deviation of position across samples. |
Perplexity position FAQ
- Is Perplexity citation number a ranking?
- No. It is the order in which sources are first referenced in the answer.
- Why track it then?
- Because early references anchor the answer's framing, and that is measurable here in a way it isn't elsewhere.
Track Perplexity position with no parsing ambiguity
We'll wire position tracking into your prompt set.
Other Perplexity data
Across every engine
Compare how position behaves on every engine we track.
Position across all engines →