FCM Mexico Kennel & Breeder Litter Directory Scraper
Pricing
Pay per event
FCM Mexico Kennel & Breeder Litter Directory Scraper
Scrapes FCM (Federación Canofila Mexicana) kennel and breeder listings with litter info, contact details (phone, email, WhatsApp, Facebook, Instagram), breed, city, and delivery scope — 117+ registered kennels with pedigree-certified dogs.
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrapes the Federación Canofila Mexicana (FCM) kennel and breeder directory — Mexico's official FCI-affiliated pedigree registry. Returns structured contact records for every registered kennel listing litters or stud services, including phone, email, WhatsApp, Facebook, Instagram, breed, city/state, delivery scope, and photo URLs.
What does it scrape?
The actor targets the FCM member directory at fcm.mx/socios-con-camada/ — 99 active kennel listings across three member categories (Socios con Camadas, Criaderos). Each record represents one registered breeder with pedigree-certified dogs.
Data fields returned
| Field | Description |
|---|---|
kennel_slug | URL slug (e.g. criadero-ziburua) |
kennel_name | Kennel display name |
breeder_name | Breeder or contact person name |
primary_breed | Primary FCI breed (e.g. Yorkshire Terrier, Akita Americano) |
additional_breeds | Other breeds offered, pipe-separated |
has_litter_available | Whether litters are currently advertised |
litter_description | Full free-text description from the kennel page |
phone | Contact phone number |
email | Contact email address |
facebook_url | Facebook page or profile URL |
instagram_url | Instagram profile URL |
whatsapp | WhatsApp contact number |
city | Kennel city |
state | State/region (e.g. Toluca Estado de Mexico) |
photo_urls | Kennel photos, pipe-separated URLs |
delivery_scope | Shipping coverage (e.g. Envíos a toda la República + Extranjero) |
pedigree_offered | Pedigree type (FCM, Pedigree internacional, etc.) |
kennel_url | Direct URL to the kennel detail page |
scraped_at | ISO 8601 timestamp |
Use cases
- Pet pharma sales prospecting — vaccine, antiparasitic, and premium nutrition reps building a call list of high-volume, verified pedigree breeders.
- DNA testing companies — Embark/Wisdom Panel market entry into Mexico: pre-qualified breeder leads with contact details.
- Pet insurance — identify high-value pedigree puppy pipeline (FCM-registered = premium pricing tier).
- Breed club research — competitive breed distribution and regional concentration data.
- Buyer directories — aggregate verified FCM kennels by breed for puppy-buyer platforms.
Input
{"maxItems": 100}
| Parameter | Type | Default | Description |
|---|---|---|---|
maxItems | integer | 10 | Maximum number of kennel records to return. Set to 200 to capture the full ~99-record directory. |
Sample output
{"kennel_slug": "criadero-ziburua","kennel_name": "CRIADERO ZIBURÚA","breeder_name": "LIZ CONDADO","primary_breed": "Yorkshire Terrier","additional_breeds": "SHIH TZU","has_litter_available": true,"litter_description": "CACHORROS DISPONIBLES YORKSHIRE TERRIER Y SHIH TZU PEDIGREE INTERNACIONAL ENVIOS A TODA LA REPÚBLICA MEXICANA Y EL EXTRANJERO CONTACTO: CRIADERO ZIBURÚA LIZ CONDADO TEL.: 722-110-1585 ...","phone": "722-110-1585","email": "lizcondado@gmail.com","facebook_url": "https://www.facebook.com/Lostesorosdelcondado","instagram_url": "","whatsapp": "","city": "TOLUCA","state": "TOLUCA ESTADO DE MEXICO","photo_urls": "https://fcm.mx/wp-content/uploads/2020/03/criadero-zuburua-liz-condado-600x338.jpeg","delivery_scope": "ENVIOS A TODA LA REPÚBLICA MEXICANA Y EL EXTRANJERO","pedigree_offered": "PEDIGREE INTERNACIONAL","kennel_url": "https://fcm.mx/cachorros/criadero-ziburua/","scraped_at": "2026-05-30T17:53:14.000Z"}
Notes
- The actor uses the FCM WordPress REST API (
/wp-json/wp/v2/al_product) filtered to kennel member categories, returning ~99 records in a single API page. No browser automation required. - Contact data completeness varies by kennel — some listings provide phone + email + WhatsApp; others only a website URL or social link. The
litter_descriptionfield always contains the full raw text for manual parsing. - Run with
maxItems: 200to ensure the full directory is captured in one run. - Data reflects the site's current published state; the FCM updates listings as kennels join or renew membership.