Home/Models/Perplexity
POST /v1/monitor/perplexity

Perplexity Scraper API

Every Perplexity answer, with every citation, as parsed JSON.

Perplexity is the most citation-heavy AI search engine — which makes it the clearest window into how AI systems choose sources. llmdata runs prompts against the real Perplexity interface and returns the answer plus a clean list of the sources it cited, their order, and the related questions it suggested. Perfect for teams tracking AI citations as a ranking signal.

Try 500 credits free →
Example request
curl -X POST https://api.llmdata.dev/v1/monitor/perplexity \
  -H "Authorization: Bearer $LLMDATA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "top CRM software for small business",
    "country": "US",
    "include": { "sources": true, "relatedQuestions": true }
  }'
Response
{
  "success": true,
  "result": {
    "text": "The top CRM options for small businesses are...",
    "sources": [
      { "title": "...", "url": "https://...", "position": 1 },
      { "title": "...", "url": "https://...", "position": 2 }
    ],
    "relatedQuestions": ["What is the cheapest CRM?"],
    "entities": ["HubSpot", "Pipedrive", "Zoho"]
  }
}

What you get in every response

text / markdown

The complete generated answer.

sources

Ordered citations with title, URL and position.

relatedQuestions

Perplexity's suggested follow-up questions.

entities

Brands and products named in the answer.

What teams build with the Perplexity endpoint

Citation share of voice

Measure what percentage of Perplexity citations your domain wins for a keyword set, and watch it move as you publish.

Source gap analysis

Find the pages Perplexity repeatedly cites in your niche and reverse-engineer why — format, freshness, structure.

Agency reporting

Add an AI-visibility section to client reports with real Perplexity data instead of screenshots.

Perplexity scraping FAQ

Is this different from the Perplexity API?

Yes. The official Sonar API is a developer model endpoint — it does not mirror what perplexity.ai shows users, and citation behaviour differs. llmdata captures the real consumer interface.

Do I get citation positions?

Yes — each source comes with its position, so you can track citation rank over time, not just presence.

Can I run bulk keyword sets?

Yes, fire as many prompts as you need concurrently; responses come back per-request or via webhook for large batches.

Try the best SEO and AI SEO scraper

Monitor your brand and your competitors, at global scale and with the best performance.

No credit card required.