Yep Search Scraper
Under maintenancePricing
from $1.99 / 1,000 search results
Yep Search Scraper
Under maintenanceScrapes organic web search results from Yep (yep.com). Extracts the full canonical search-vertical schema: title, link, snippet, domain, position, and more.
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 organic web results from Yep and returns each result's rank, title, link, displayed URL, domain, snippet, page, and search context.
What this Actor collects
The Actor creates one dataset item per organic Yep result, preserving rank and page information for search visibility analysis.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 12-field dataset schema.
- Optional display URL, domain, and snippet fields are populated only when Yep exposes them.
Use cases
- Search and competitor research
- Ranking and visibility monitoring
- Dataset and workflow 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 search query to look up on Yep. |
maxItems | integer | No | 50 | Maximum number of search results to scrape. |
safeSearch | string | No | "off" | Safety filter: off, moderate, or strict. |
proxyConfiguration | object | No | — | Proxy settings for the scraper. |
Example input
{"query": "artificial intelligence","maxItems": 50,"proxyConfiguration": {"useApifyProxy": true},"safeSearch": "off"}
Output
The default dataset contains one item per organic search result. displayUrl, domain, and snippet are included when Yep supplies them.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
link | string | Link |
displayUrl | string | Displayed URL |
domain | string | Domain |
snippet | string | Snippet |
page | integer | Page |
searchQuery | string | Search Query |
scrapedAt | string | Scraped At |
type | string | Type |
resultType | string | Result Type |
searchUrl | string | Search URL |
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.