Mapy Com PPE avatar

Mapy Com PPE

Pricing

from $1.50 / 1,000 pointofinterests

Go to Apify Store
Mapy Com PPE

Mapy Com PPE

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.

Pricing

from $1.50 / 1,000 pointofinterests

Rating

0.0

(0)

Developer

HonzaS

HonzaS

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

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
  • 🎯 Exact Match Option: Only get results that match your query exactly
  • 🏙️ Exact City Filter: Restrict results to the specified city only, excluding nearby municipalities
  • Review Scraping: Scrape all reviews for each point of interest
  • 🌐 Review Translation: Automatically translate reviews to English
  • 📦 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 precision.
  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., "hospital")hospitalYes
citystringCity to search in (e.g., "Olomouc")OlomoucYes
exactMatchbooleanOnly return results where the name matches the query exactly (e.g. won't return drugstores for "pharmacy")falseNo
exactCitybooleanOnly return results located within the specified city, excluding nearby citiesfalseNo
scrapeReviewsbooleanScrape all reviews for each point of interesttrueNo
translateReviewsbooleanTranslate scraped reviews to EnglishtrueNo

Example input:

{
"query": "hospital",
"city": "Olomouc",
"exactMatch": false,
"exactCity": true,
"scrapeReviews": true,
"translateReviews": true
}

📤 Output Example

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

  • name
  • address
  • phone
  • website
  • ...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

💡 Tips & Notes

  • Exact Match: Use to filter out partial matches. For example, a "pharmacy" query may also return drug stores — enabling exact match returns pharmacies only.
  • Exact City: Enable to exclude results from nearby towns and villages and focus only on the specified city.
  • Reviews: Disable scrapeReviews if you don't need reviews — it makes your run cheaper.
  • Translate Reviews: Disable translateReviews if you want reviews in their original language.

📚 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.