Yep News Scraper
Under maintenancePricing
from $1.99 / 1,000 search results
Yep News Scraper
Under maintenanceScrapes 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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
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.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | The news search query to look up on Yep. |
maxItems | integer | No | 100 | Maximum number of news articles to scrape (1–500). |
safeSearch | string | No | "off" | Safety filter: off, moderate, or strict. |
freshness | string | No | "any" | Publication filter: any, day, week, or month. |
proxyConfiguration | object | No | — | Proxy 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.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Article Title |
link | string | Article URL |
source | string | Publisher / Source |
publishedAt | string | Published At (ISO) |
snippet | string | Snippet |
thumbnail | string | Thumbnail URL |
searchQuery | string | Search Query |
scrapedAt | string | Scraped At |
type | string | Type |
description | string | Description |
url | string | Article URL (alias) |
resultType | string | Result Type |
sourceDomain | string | Source Domain |
domain | string | Domain |
publishedAtRaw | string | Published 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.