VOOZH about

URL: https://apify.com/jungle_synthesizer/cbkc-brazil-dog-breed-directory-scraper

⇱ CBKC Brazil Dog Breed Directory Scraper Β· Apify


πŸ‘ CBKC Brazil Dog Breed Directory Scraper avatar

CBKC Brazil Dog Breed Directory Scraper

Pricing

Pay per event

Go to Apify Store

CBKC Brazil Dog Breed Directory Scraper

Scrapes the CBKC (ConfederaΓ§Γ£o Brasileira de Cinofilia) breed directory β€” FCI-recognised breeds with Portuguese names, FCI numbers, groups, countries of origin, and official standard PDF download links. The canonical PT-BR source for all FCI breed standards.

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

4 hours ago

Last modified

Categories

Share

Scrapes the complete CBKC (ConfederaΓ§Γ£o Brasileira de Cinofilia) dog breed directory β€” the official FCI member body for Brazil. Returns structured records for all ~255 breeds including FCI-recognised breeds, Brazilian-developed breeds, and CBKC-recognised non-FCI breeds. Each record includes the Portuguese breed name, FCI number, group, country of origin, breed category, and a direct URL to the CBKC-hosted official PT-BR breed standard PDF.

CBKC Brazil Dog Breed Directory Scraper Features

  • Covers all ~255 breeds across three categories: FCI-recognised (224), Brazilian-developed (11), and CBKC-only non-FCI (20)
  • Returns FCI metadata β€” FCI nomenclature number and group for every FCI-registered breed
  • Captures CBKC internal IDs β€” the cbkc_id attribute that links each breed to its CBKC record
  • Provides standard PDF links β€” direct URL to the CBKC-hosted PT-BR translation of the FCI breed standard
  • Includes file version timestamps β€” the file_version field tracks PDF update timestamps for change detection
  • Classifies breed categories β€” FCI, Brasileira, or NΓ£o-FCI per CBKC's own classification scheme
  • No proxy required β€” site has no anti-bot measures; runs on standard datacenter connection
  • Completes in under 60 seconds β€” 12 requests to a fast server, no JavaScript rendering needed

What Can You Do With CBKC Breed Data?

  • AI and NLP training datasets β€” the canonical PT-BR FCI breed name corpus for training multilingual breed-classification models; the only comprehensive PT-BR source for all FCI groups
  • Veterinary and kennel platforms β€” localise breed metadata for Brazilian or Portuguese-language platforms (breed names, country of origin, FCI group)
  • Breed-traceability and pedigree services β€” Whistle/Embark equivalents entering the Brazilian market; link breed DNA results to official CBKC standards
  • Companion scraper to AKC/UKC data β€” pairs with the AKC Dog Breed Directory Scraper for cross-registry breed matching and gap analysis (AKC β‰  FCI β‰  CBKC)
  • Academic and regulatory research β€” FCI group/section classification for breed-specific legislation analysis in Brazil and other FCI member countries

How It Works

  1. The scraper paginates through the 10-page CBKC breed listing at cbkc.org/racas β€” all FCI-recognised breeds are grouped by FCI group across these pages.
  2. Two supplemental pages add the remaining breeds: lista/brasileiras for CBKC-only Brazilian breeds (Grupo 11) and lista/n_fci for non-FCI CBKC-recognised breeds.
  3. Each breed card is parsed for name, FCI standard header, FCI group, country, and the PDF download button's data-file attribute. The data-file encodes both the cbkc_id and file_version.
  4. PDF URL is assembled as https://cbkc.org/application/views/docs/padroes/padrao-raca_{cbkc_id}.pdf?v={file_version}.

Input

FieldTypeDescriptionDefault
maxItemsintegerMaximum number of breed records to return. Leave blank to retrieve all breeds.β€”

Output

Each dataset item represents one CBKC-registered breed:

{
"breed_name_pt":"Fila Brasileiro",
"breed_name_fci":"Fila Brasileiro",
"fci_number":225,
"fci_group":2,
"fci_section":null,
"cbkc_id":1,
"country_of_origin":"Brasil",
"breed_category":"Brasileira",
"standard_pdf_url":"https://cbkc.org/application/views/docs/padroes/padrao-raca_1.pdf?v=1723752061",
"standard_pdf_filename":"padrao-raca_1.pdf",
"file_version":"1723752061",
"image_url":null,
"description_pt":null,
"scraped_at":"2026-06-12T00:18:03.055Z"
}

You might also like

CBKC Brazil Dog Show Rankings Scraper

jungle_synthesizer/cbkc-brazil-dog-show-rankings-scraper

Scrape CBKC (Brazil's FCI-affiliated kennel club) annual dog show rankings including top breeders and top kennels per breed with points, breed, and owner details.

πŸ‘ User avatar

BowTiedRaccoon

2

DogTime Dog Breed Profile Scraper

jungle_synthesizer/dogtime-com-dog-breed-profile-scraper

Scrape all 550+ dog breed profiles from DogTime.com, including 25-axis trait scores (adaptability, friendliness, trainability, and more), vital stats, breed group, and detailed text sections for each breed.

πŸ‘ User avatar

BowTiedRaccoon

2

CFA Cat Breed Standards Scraper

jungle_synthesizer/cfa-cat-breed-standards-scraper

Scrape all CFA-recognised cat breeds from the Cat Fanciers' Association website. Returns breed profiles including coat type, temperament, full breed standard text, faults/disqualifications, parent club info, and hero images.

πŸ‘ User avatar

BowTiedRaccoon

2

AKC Dog Breed Directory Scraper

jungle_synthesizer/akc-dog-breed-directory-scraper

Extract complete AKC breed profiles: trait scorecards, physical stats, colors, parent clubs, and popularity rankings for all recognized breeds and FSS candidates.

πŸ‘ User avatar

BowTiedRaccoon

2

Cat Breeds Scraper (TheCatAPI)

parseforge/thecatapi-cat-breeds-scraper

Pull TheCatAPI breed catalog with images: breed name, origin, temperament, life span, weight, description, energy level, affection, intelligence, child friendly, dog friendly, grooming, health issues, hypoallergenic, and image URLs. Export to JSON, CSV, or Excel.

Dog Facts Scraper

robiles93/dog-facts-scraper

The Dog API provides information on over 340 dog breeds, 20 breed groups, and fun facts. Our data is accurate and constantly updated. Easily integrate this information into your own website or application with our user-friendly API. Get started today and discover more about the world of dogs.

πŸ‘ User avatar

Kevin Contreras

6

Petfinder Scraper

crawlerbros/petfinder-scraper

Scrape Petfinder with search adoptable pets by type, breed, age, size and more. Extracts pet name, breed, age, gender, shelter, location, description, photos and contact info. No API keys required.