Yep News Scraper avatar

Yep News Scraper

Under maintenance

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Yep News Scraper

Yep News Scraper

Under maintenance

Scrapes news search results from Yep (yep.com/news). Extracts article title, URL, source, published date, snippet and thumbnail using Yep's internal API.

Pricing

from $1.99 / 1,000 search results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Scrapes Yep News results and returns article titles, URLs, publishers, publication times, snippets, thumbnails, and search metadata when available.

What this Actor collects

The Actor creates one dataset item per Yep news result and can retain both normalized and source-displayed publication times.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 24-field dataset schema.
  • Optional publisher, timing, image, and category fields are populated only when Yep exposes them.

Use cases

  • News monitoring
  • Publisher and topic research
  • Article-feed enrichment

Input

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

FieldTypeRequiredDefaultDescription
querystringYesThe news search query to look up on Yep.
maxItemsintegerNo100Maximum number of news articles to scrape (1–500).
safeSearchstringNo"off"Safety filter: off, moderate, or strict.
freshnessstringNo"any"Publication filter: any, day, week, or month.
proxyConfigurationobjectNoProxy settings for the scraper.

Example input

{
"query": "artificial intelligence",
"maxItems": 50,
"proxyConfiguration": {
"useApifyProxy": true
},
"safeSearch": "off",
"freshness": "any"
}

Output

The default dataset contains one item per news result. Publisher, publication time, category, thumbnail, and breaking-news fields are optional.

FieldTypeDescription
positionintegerPosition
titlestringArticle Title
linkstringArticle URL
sourcestringPublisher / Source
publishedAtstringPublished At (ISO)
snippetstringSnippet
thumbnailstringThumbnail URL
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
descriptionstringDescription
urlstringArticle URL (alias)
resultTypestringResult Type
sourceDomainstringSource Domain
domainstringDomain
publishedAtRawstringPublished At (Raw)

Example dataset item

No static output record is embedded because the current local storage has no trustworthy item. Run the Actor with the example input to create source-backed output; the Actor does not fabricate a sample record.