YellowPages.ca Scraper 🍁 avatar

YellowPages.ca Scraper 🍁

Try for free

6 hours trial then $19.99/month - No credit card required now

Go to Store
YellowPages.ca Scraper 🍁

YellowPages.ca Scraper 🍁

easyapi/yellowpages-ca-scraper
Try for free

6 hours trial then $19.99/month - No credit card required now

Scrape business listings from YellowPages.ca including business names, addresses, phone numbers, categories, operating hours and more. Perfect for lead generation and market research.

Developer
Maintained by Community

Actor Metrics

  • 1 Monthly user

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Mar 2025

  • Modified 14 hours ago

Extract detailed business information from YellowPages.ca - Canada's leading business directory.

Features ✨

  • Scrapes comprehensive business details including:

    • Business name and contact information 📞
    • Complete address details 📍
    • Business categories 🏷️
    • Operating hours ⏰
    • Website links 🌐
    • Business status (open/closed) 🟢
    • Business images 🖼️
  • Advanced capabilities:

    • Handles pagination automatically 📄
    • Random delays to avoid blocking ⚡
    • Proxy support for reliable scraping 🔒
    • Configurable maximum items limit 🎯

Use Cases 💡

  • Lead generation for sales and marketing
  • Market research and competitor analysis
  • Business directory creation
  • Local SEO and data enrichment
  • Franchise opportunity research
  • Service provider discovery

Input Parameters 📝

The actor accepts the following input parameters:

  • searchUrls: Array of YellowPages.ca search URLs to scrape
  • maxItems: Maximum number of items to scrape (optional)
  • proxyConfiguration: Proxy settings (optional)

Limitations ⚠️

  • Respect YellowPages.ca's terms of service and robots.txt
  • Use appropriate delays between requests
  • Consider using proxies for large-scale scraping

Support 🤝

If you have any questions or need help, feel free to reach out through Apify's platform.

Input Example

A full explanation of an input example in JSON.

1{
2        "searchUrls": [
3            "https://www.yellowpages.ca/search/si/1/pizza/Toronto+ON"
4        ],
5        "maxItems": 40
6    }

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "searchUrl": "https://www.yellowpages.ca/search/si/1/pizza/Toronto+ON",
4        "name": "Oakwood Pizzeria",
5        "link": "https://www.yellowpages.ca/bus/Ontario/York/Oakwood-Pizzeria/1156684.html?what=pizza&where=Toronto+ON&useContext=true",
6        "address": {
7            "street": "434 Oakwood Ave",
8            "city": "York",
9            "province": "ON",
10            "postalCode": "M6E 2W5"
11        },
12        "phone": "647-558-3266",
13        "categories": [
14            "Pizza & Pizzerias"
15        ],
16        "website": "https://www.yellowpages.ca/gourl/ba7cc190746e6f66f2a536a0c9dd5d0575e1fe0e?redirect=http%3A%2F%2Fwww.oakwoodpizzeria.com%2F",
17        "status": "Opening at 10:30 am",
18        "image": "https://cdn.ci.yp.ca/t/1529/51/15295133aa_t.gif"
19    },
20    ...
21]