Mapy.com avatar
Mapy.com

Pricing

$10.00/month + usage

Go to Store
Mapy.com

Mapy.com

Developed by

HonzaS

HonzaS

Maintained by Community

This Apify actor scrapes points of interest (like pharmacies, restaurants, or any business) from Mapy.com. Specify your search query and city, and get structured results fast. Perfect for lead generation, market research, or competitive analysis.

5.0 (1)

Pricing

$10.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

92%

Last modified

4 days ago

Mapy Icon Mapy.com

Extract places and business data from Mapy.com with speed and precision!


🚀 What does this Actor do?

This Apify actor scrapes points of interest (like pharmacies, restaurants, or any business) from Mapy.com. Specify your search query and city, and get structured results fast. Perfect for lead generation, market research, or competitive analysis.


✨ Features

  • 🔍 Flexible Search: Scrape any business or place by query and city or choose your own url(s) you want to scrape.
  • Fast Scraping Mode: Skip detail pages for lightning-fast results
  • 🎯 Exact Match Option: Only get results that match your query exactly
  • ⏱️ Request Limiting: Control the number of requests for efficient runs
  • 📦 Structured Output: Results in JSON, ready for analysis or export

🛠️ How it works

  1. Set your input: Choose a query (e.g., "pharmacy"), city (e.g., "Prague"), and adjust options for speed and precision. You can also provide one or more start URLs in the urls field to scrape specific Mapy.cz pages directly. The scraper will process both the search (query/city) and any provided start URLs in the same run—when using URLs, the query and city fields are ignored for those URLs only.
  2. Run the actor: On the Apify platform.
  3. Get your data: Download results from the default dataset in JSON, CSV, or Excel.

📝 Input Schema

FieldTypeDescriptionDefaultRequired
querystringWhat to search for (e.g., "pharmacy")pharmacyYes*
citystringCity to search in (e.g., "Prague")PragueYes*
fastScrapingbooleanSkip detail page for faster scrapingfalseYes
exactMatchbooleanOnly exact matches for the queryfalseYes
maxRequestsintegerMaximum number of requests10No
startUrlsarrayList of Mapy.cz URLs to scrape directly(empty)No

*If you specify startUrls, the query and city fields are ignored for those URLs, as all necessary information is already included in the URL. The scraper will process both the search (query/city) and any provided start URLs.

Example input:

{
"query": "pharmacy",
"city": "Prague",
"fastScraping": false,
"exactMatch": false,
"maxRequests": 10,
"startUrls": [
"https://mapy.com/en/turisticka?q=hoboken%20cosmetics",
]
}

📤 Output Example

Each result contains details about a place or business. Example fields:

  • name
  • address
  • phone
  • website
  • openingHours
  • ...and more, depending on scraping mode

Results are available in the Apify dataset: storage/datasets/default/


🎯 Lead Generation: Scrape Emails & Phone Numbers

Unlock powerful lead generation by extracting business contact details directly from Mapy.cz! This actor can help you build lists of:

  • 📧 Emails: Collect business email addresses for outreach
  • 📞 Phone Numbers: Gather phone contacts for direct communication
  • 🏢 Business Info: Combine with names, addresses, and websites for a complete lead profile

Use cases:

  • Sales prospecting and B2B outreach
  • Building local business directories
  • Market research and competitor analysis

Tip: For best results, disable fastScraping to visit detail pages and extract more contact information.


💡 Tips & Notes

  • Fast Scraping: Enable for speed, but you may get less detail (no email or phone number).
  • Exact Match: Use to filter out partial matches. (For example pharmacy query returns also drug stores. Exact match will return pharmacies only.)
  • Max Requests: Useful for testing or limiting data volume.

📚 Resources & Support

  • Please use the issues tab of the actor.

❓ FAQ

Q: Can I use this for other cities or queries? A: Yes! Just change the query and city fields in the input.

Q: How do I get more details per place? A: Disable fastScraping to visit each detail page (slower, but more data).