Seznam Scraper avatar
Seznam Scraper

Pricing

$0.30 / 1,000 results

Go to Apify Store
Seznam Scraper

Seznam Scraper

Extract search results from Seznam.cz, the leading Czech search engine. Get titles, URLs, and content snippets from any search query with automatic pagination support.

Pricing

$0.30 / 1,000 results

Rating

0.0

(0)

Developer

Conduit

Conduit

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

6 days ago

Last modified

Share

🔍 Seznam Scraper

Extract search results from Seznam.cz, the leading Czech search engine. Get titles, URLs, and content snippets from any search query with automatic pagination support.


✨ Why Use Seznam Scraper?

  • ⚡ Fast & Efficient - Optimized HTTP scraping delivers results in seconds, not minutes
  • 🎯 Reliable Data - Automatically handles Seznam.cz's form fields and structure changes
  • 📈 Scalable - Scrape from 10 to 500 results with automatic pagination
  • 📊 Clean Output - Structured JSON data ready for analysis, integration, or export

📥 Input Parameters

ParameterTypeRequiredDefaultDescription
queryString✅ Yes-Search term to query on Seznam.cz (e.g., "elektromobily", "pražské restaurace")
maxResultsInteger❌ No50Maximum number of search results to collect (range: 10-500)

Note: Seznam.cz returns 10 results per page. The Actor automatically handles pagination to reach your desired maxResults.


📖 Usage Examples

Search for "elektromobily" and get 50 results:

{
"query": "elektromobily",
"maxResults": 50
}

Get just the top 20 results for "pražské restaurace":

{
"query": "pražské restaurace",
"maxResults": 20
}

Comprehensive search for "IT služby Praha" with 100 results:

{
"query": "IT služby Praha",
"maxResults": 100
}

Example 4: Brand Monitoring

Track mentions of your brand:

{
"query": "vaše firma název",
"maxResults": 50
}

📤 Output Data

Each search result includes:

FieldTypeDescription
urlStringDirect link to the result page
titleStringPage title as shown in search results
contentStringDescriptive snippet from the search result

Sample Output

{
"url": "https://example.cz/elektromobily",
"title": "Elektromobily - Kompletní průvodce 2025",
"content": "Vše co potřebujete vědět o elektromobilech v Česku. Dotace, nabíjecí stanice, porovnání modelů..."
}

Data is delivered in clean JSON format, ready to download as JSON, CSV, Excel, or integrate via API.


❓ FAQ

Q: How many results can I scrape? A: You can scrape between 10 and 500 results per run.

Q: How long does it take? A: Typically <5 seconds for 50 results, depending on Seznam.cz response times.

Q: Can I scrape in English? A: Yes! Seznam.cz accepts both Czech and English queries.

Q: What if Seznam.cz changes their layout? A: The Actor is designed to handle structure changes automatically. If issues occur, we update promptly.