---
title: "Find business phone numbers in Toronto"
slug: "find-business-phone-numbers-toronto"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/find-business-phone-numbers-toronto"
actor: "Canada411.ca Business Contact Scraper"
actor_url: "https://automationbyexperts.com/apify/canada411-ca"
apify_url: "https://apify.com/fayoussef/canada411-ca/examples/find-business-phone-numbers-toronto?fpr=youssef&fp_sid=abe_ex_find-business-phone-numbers-toronto"
price: "$0.005"
price_unit: "per result"
---

# Find business phone numbers in Toronto

A local B2B calling list from Canada411: every plumber listed in Toronto with business name, phone number and street address, five pages deep, as clean CSV or JSON.

**Run it:** [Find business phone numbers in Toronto on Apify](https://apify.com/fayoussef/canada411-ca/examples/find-business-phone-numbers-toronto?fpr=youssef&fp_sid=abe_ex_find-business-phone-numbers-toronto)  
**Actor:** [Canada411.ca Business Contact Scraper](https://automationbyexperts.com/apify/canada411-ca)  
**Pricing:** $0.005 per result

## What this task is for

Two fields drive it: the trade and the city. Plumber and Toronto are just the example, so electrician in Calgary or dentist in Halifax is the same task with two words changed, and the five-page depth keeps a run to the listings people actually reach in a directory search.

The output is publicly listed business contact data, which is what makes it usable for prospecting a trade in a Canadian city without buying a lead list. Check it against your own list before calling: directory entries go stale when a business moves or closes.

## The input this task runs with

```json
{
  "what": "plumber",
  "where": "Toronto, ON",
  "max_pages": 5
}
```

## What every run returns

- `Business / person name`
- `Phone number`
- `Full address`
- `City & province`
- `Postal code`
- `Business category`
- `Listing URL`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Canada411.ca Business Contact Scraper tasks

- [Reverse address lookup on Canada411](https://automationbyexperts.com/apify/examples/reverse-address-lookup-canada411): A reverse address lookup on Canada411: leave the name blank, give a street address, and get back everyone listed at it with their phone numbers.
- [Look up people by name and city on Canada411](https://automationbyexperts.com/apify/examples/lookup-people-by-name-canada411): Canada411 residential listings for one surname in one city, returned with the phone number and address of every match. The example searches Tremblay in Montreal, three pages deep.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
