Yep Search Scraper avatar

Yep Search Scraper

Under maintenance

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Yep Search Scraper

Yep Search Scraper

Under maintenance

Scrapes 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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYesThe search query to look up on Yep.
maxItemsintegerNo50Maximum number of search results to scrape.
safeSearchstringNo"off"Safety filter: off, moderate, or strict.
proxyConfigurationobjectNoProxy 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.

FieldTypeDescription
positionintegerPosition
titlestringTitle
linkstringLink
displayUrlstringDisplayed URL
domainstringDomain
snippetstringSnippet
pageintegerPage
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
resultTypestringResult Type
searchUrlstringSearch 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.