YellowPages.ca Scraper ๐Ÿ

YellowPages.ca Scraper ๐Ÿ

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

LEAD_GENERATIONINTEGRATIONSOTHERApify

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]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool โ€” just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. Youโ€™ll be guided to input a search term and get structured results. No setup needed!