FCM Mexico Kennel & Breeder Litter Directory Scraper avatar

FCM Mexico Kennel & Breeder Litter Directory Scraper

Pricing

Pay per event

Go to Apify Store
FCM Mexico Kennel & Breeder Litter Directory Scraper

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

BowTiedRaccoon

Maintained by Community

Actor 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

FieldDescription
kennel_slugURL slug (e.g. criadero-ziburua)
kennel_nameKennel display name
breeder_nameBreeder or contact person name
primary_breedPrimary FCI breed (e.g. Yorkshire Terrier, Akita Americano)
additional_breedsOther breeds offered, pipe-separated
has_litter_availableWhether litters are currently advertised
litter_descriptionFull free-text description from the kennel page
phoneContact phone number
emailContact email address
facebook_urlFacebook page or profile URL
instagram_urlInstagram profile URL
whatsappWhatsApp contact number
cityKennel city
stateState/region (e.g. Toluca Estado de Mexico)
photo_urlsKennel photos, pipe-separated URLs
delivery_scopeShipping coverage (e.g. Envíos a toda la República + Extranjero)
pedigree_offeredPedigree type (FCM, Pedigree internacional, etc.)
kennel_urlDirect URL to the kennel detail page
scraped_atISO 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
}
ParameterTypeDefaultDescription
maxItemsinteger10Maximum 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_description field always contains the full raw text for manual parsing.
  • Run with maxItems: 200 to 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.