Perplexity Discover Scraper avatar

Perplexity Discover Scraper

Pricing

Pay per usage

Go to Apify Store
Perplexity Discover Scraper

Perplexity Discover Scraper

Scrapes trending stories, summaries, and topics from Perplexity Discover (perplexity.ai/discover). Extracts story titles, descriptions, publication timestamps, source counts, category tags, and discover URLs.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrapes trending stories, summaries, and topics from Perplexity Discover (perplexity.ai/discover). Extracts story titles, descriptions, publication timestamps, source counts, category tags, and discover URLs.

What this Actor collects

The Actor converts Perplexity Discover stories into clean JSON records with summaries, categories, publication times, source counts, source domains, and story URLs.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 13-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Discover trend monitoring
  • Topic and category research
  • Story-source analysis

Input

Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.

FieldTypeRequiredDefaultDescription
maxItemsintegerNo10Maximum number of discover stories to scrape.
categorystringNo""Optional category filter. Leave empty for all (Top stories). Available categories: Tech & Science, Business, Arts & Culture, Sports, Entertainment.
proxyConfigurationobjectNo{"useApifyProxy":true}Proxy settings. Residential proxies are recommended — Perplexity aggressively blocks datacenter IPs.

Example input

{
"maxItems": 10,
"proxyConfiguration": {
"useApifyProxy": false
}
}

Output

The default dataset contains one item per Discover story. The following are the most useful fields; availability can vary by source response.

FieldTypeDescription
idstringDiscover Story ID
positionintegerPosition
titlestringStory Title
descriptionstringDescription
urlstringDiscover URL
imageUrlstringStory Image URL
sourceDomainsarrayVisible Source Domains
sourceFaviconUrlsarrayVisible Source Favicon URLs
publishedAtstringPublished At
sourceCountintegerSource Count
categorystringCategory
requestedCategorystringRequested Category
scrapedAtstringScraped At

Example dataset item

This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.

{
"id": "infosys-names-ashiss-kumar-das-7O0opmX2Q_6MsjMYF0NzBA",
"position": 1,
"title": "Infosys names Ashiss Kumar Dash as CEO-designate alongside Q1 revenue miss",
"description": "The IT major appointed the energy and utilities segment head to succeed Salil Parekh from April 2027, as quarterly earnings fell short of estimates.",
"url": "https://www.perplexity.ai/discover/top/infosys-names-ashiss-kumar-das-7O0opmX2Q_6MsjMYF0NzBA",
"imageUrl": "https://pplx-res.cloudinary.com/image/fetch/s--nu89okQR--/t_limit/https://img.etimg.com/thumb/width-420%2Cheight-315%2Cimgsize-67688%2Cresizemode-75%2Cmsid-93739686/industry/servi…",
"sourceDomains": [
"infosys.com",
"finance.yahoo.com"
],
"sourceFaviconUrls": [
"https://www.google.com/s2/favicons?sz=128&domain=infosys.com",
"https://www.google.com/s2/favicons?sz=128&domain=finance.yahoo.com"
],
"publishedAt": "1 hour ago",
"sourceCount": 54,
"category": "Top",
"scrapedAt": "2026-07-23T12:20:39.390Z"
}