Toastmasters Club Scraper avatar

Toastmasters Club Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Toastmasters Club Scraper

Toastmasters Club Scraper

Find Toastmasters International clubs near any location and return club details, meeting schedules, addresses, coordinates, district information, and contact details. Search by place or exact latitude/longitude with a configurable radius and result limit.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

Finds Toastmasters International clubs near a location. For each club you get its name and number, district/division/area, meeting day and time, address and coordinates, charter date and contact details (email, phone, website). A free-text place is turned into coordinates automatically, or you can pass latitude and longitude directly.

Input

FieldDefaultDescription
locationLos Angeles, CAFree-text place to search near. Ignored if latitude and longitude are set.
radius_miles25Search radius in miles (1–250).
latitude""Optional exact latitude (skips the location lookup when set with longitude).
longitude""Optional exact longitude (skips the location lookup when set with latitude).
limit100Max clubs to return (1–500).
Proxy configurationOptionalOptional. Enable a US-based proxy for the most reliable results.

Output

Each record describes one club:

{
"club_id": "00003567",
"club_number": "3567",
"club_name": "L A Civic Center Club",
"district": "201",
"division": "B",
"area": "03",
"meeting_day": "Thursdays",
"meeting_time": "12:00 pm - 1:00 pm",
"location": "ZOOM",
"street": "320 W. 4th Street, 7th Floor Conference Room",
"city": "Los Angeles",
"state": "CA",
"state_name": "California",
"postal_code": "90013-2342",
"country": "United States",
"latitude": 34.04959,
"longitude": -118.24975,
"distance_miles": 0.49,
"allows_virtual": true,
"is_prospective": false,
"charter_date": "1963-03-01",
"email": "aanijielo@gmail.com",
"phone": null,
"website": "http://lacivic.toastmastersclubs.org/",
"raw": { ... }
}

The full original club record is preserved in raw.

Notes

  • Runs with empty input (defaults to Los Angeles, CA).
  • Enable a US-based proxy for the most reliable results.
  • Use responsibly and at low volume, respecting Toastmasters' usage policies.