Seznam Search Scraper
Pricing
from $1.99 / 1,000 search results
Seznam Search Scraper
Extract public organic search results from Seznam.cz with titles, URLs, display domains, snippets, and bounded pagination.
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
2 days ago
Last modified
Categories
Share
Seznam Scraper (rank 2465)
This Actor extracts public organic search results from Seznam.cz. It returns normalized titles, result URLs, display URLs/domains, snippets, page offsets, and global result ranks. Pagination uses Seznam's public from offset and is bounded by maxPages and maxResults.
It uses public HTTPS requests only and does not use credentials, private APIs, CAPTCHA solving, mirrors, or access-control bypasses. Direct access is the default; Apify Proxy or custom proxy URLs can be configured for ordinary network routing. Temporary failures use bounded retries. Responses are accepted only after status, final host, content type, size, and challenge checks.
Only normalized organic results are written to the dataset. Safe run errors and empty-result state are stored in the OUTPUT summary. A zero-card first page is accepted as empty only when Seznam displays recognized no-results text; otherwise it is treated as possible selector drift.
Local verification
npm ciapify validate-schemanpm testnpm run lintapify run --purge --input '{"query":"apify","maxResults":10,"maxPages":2,"resultsPerPage":10,"timeoutSecs":30,"maxRequestRetries":2,"proxyConfiguration":{"useApifyProxy":false}}'
Invalid ranges and unsupported input properties fail instead of being silently changed. The small src/main.js entrypoint delegates bounded pagination, HTTP, Cheerio parsing, normalization, deduplication, and run reporting to cohesive modules under src/.
resultsPerPage is fixed at 10 because live verification showed that Seznam advances organic pages only at 10-result offsets; allowing other values could overlap or skip records. This is a validation tightening from the earlier 5–20 range.
Output
Each dataset row represents one public result card. In addition to its title, URL, display URL, and snippet, the Actor records visible favicons, query terms highlighted by Seznam, sitelinks, and the page's related queries. Counts and has* fields make empty optional collections explicit.
This example uses the second result visible on the Chrome page for apify. Its title, snippet, favicon, five Wikipedia sitelinks, and related queries were visible there. httpStatus and scrapedAt illustrate fields filled from the Actor's own request; no Actor run was made for this observation.
{"recordType": "seznam-search-result","actorRank": 2465,"actorName": "Seznam Scraper","query": "apify","resultRank": 2,"pageNumber": 1,"pageOffset": 0,"title": "Apify – Wikipedie","url": "https://cs.wikipedia.org/wiki/Apify","displayUrl": "cs.wikipedia.org/wiki/apify","domain": "cs.wikipedia.org","snippet": "Zabývá se extrakcí dat z webových stránek, automatizací internetových procesů a zpracováním dat pomocí umělé inteligence.","sourceTitle": "apify – Seznam.cz","faviconUrl": "https://fimg-resp.seznam.cz/thumbnail/v1.0/favicon48x48/https%3A%2F%2Fcs.wikipedia.org%2F","hasFavicon": true,"siteLinks": [{ "title": "1 Historie", "url": "https://cs.wikipedia.org/wiki/Apify#Historie", "domain": "cs.wikipedia.org" },{ "title": "2 Služby", "url": "https://cs.wikipedia.org/wiki/Apify#Slu%C5%BEby", "domain": "cs.wikipedia.org" },{ "title": "3 Ocenění", "url": "https://cs.wikipedia.org/wiki/Apify#Ocen%C4%9Bn%C3%AD", "domain": "cs.wikipedia.org" },{ "title": "4 Neziskové projekty", "url": "https://cs.wikipedia.org/wiki/Apify#Neziskov%C3%A9_projekty", "domain": "cs.wikipedia.org" },{ "title": "5 Reference", "url": "https://cs.wikipedia.org/wiki/Apify#Reference", "domain": "cs.wikipedia.org" }],"siteLinkCount": 5,"hasSiteLinks": true,"highlightedTerms": ["Apify"],"highlightedTermCount": 1,"highlightOccurrenceCount": 2,"relatedQueries": ["apify web scraping", "apifum", "apify alternativy", "apifonda", "apify tutoriál", "apisinfo", "apify recenze", "apisto"],"relatedQueryCount": 8,"hasSnippet": true,"sourcePage": "https://search.seznam.cz/?q=apify&count=10","httpStatus": 200,"accessStatus": "success","dataAvailable": true,"scrapedAt": "2026-09-23T00:00:00.000Z"}
The schema has 29 top-level fields. Optional page content remains empty when Seznam does not render it for a result; the corresponding counts and flags report that state.