CBKC Brazil Dog Show Rankings Scraper avatar

CBKC Brazil Dog Show Rankings Scraper

Pricing

Pay per event

Go to Apify Store
CBKC Brazil Dog Show Rankings Scraper

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.

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

a day ago

Last modified

Categories

Share

Scrape annual dog show rankings from CBKC — the Confederação Brasileira de Cinofilia, Brazil's FCI-affiliated national kennel club. Extracts breeder and kennel rankings by year (2016–present) including position, kennel name, breed, owner, and points.

What data does this scraper extract?

Each record covers one ranked entry from a CBKC annual ranking table:

FieldDescription
ranking_yearCalendar year of the ranking (e.g. 2025)
ranking_categoryCategory name: Top 10 Criadores (top breeders overall) or Top 5 Criadores de cada Raca (top 5 per breed)
positionNumerical rank position within the category
kennel_nameName of the kennel (canil)
breedBreed name in Portuguese (FCI standard)
ownerPrimary owner name
co_ownerCo-owner name, if listed
pointsPoints accumulated during the ranking year
scraped_atISO 8601 timestamp of when the record was scraped

Example output

{
"ranking_year": 2025,
"ranking_category": "Top 10 Criadores",
"position": 1,
"kennel_name": "MALABO APD",
"dog_name": null,
"breed": "RHODESIAN RIDGEBACK",
"breed_group": null,
"owner": "ANA PAOLA CALTABIANO DOS SANTOS DINIZ",
"co_owner": null,
"handler": null,
"points": 3639,
"show_count": null,
"region": null,
"scraped_at": "2026-05-31T12:00:00.000Z"
}

Input configuration

ParameterTypeDescriptionDefault
maxItemsintegerMaximum number of records to scrape. Set large (e.g. 5000) to retrieve all historical data across all years.required

How it works

  1. Seeds one request per ranking year (2016 through the current year) at cbkc.org/rankings/por_ano/{year}
  2. For each year page, parses two Bootstrap tab pane tables:
    • Top 10 Criadores — the top 10 kennels overall by accumulated show points
    • Top 5 Criadores de cada Raça — the top 5 kennels per breed
  3. Returns all matching rows as flat records

The CBKC site is server-rendered PHP/CodeIgniter with no JavaScript required — all data is present in the initial HTML response.

Data coverage

  • Scope: Covers Brazil only (FCI affiliated, CBKC registered)
  • Years: 2016–present (new year added when CBKC opens its annual ranking)
  • Volume: Approximately 4,000 records for a full historical run (~10 records/year from Top 10 Criadores + ~400 per year from Top 5 per breed)
  • Update cadence: Rankings update in real-time during the calendar year; historical years are final

Use cases

  • Breeder market intelligence — identify which kennels dominate specific breeds
  • Pedigree traceability platforms — link championship-level breeders to lineages
  • Breed club historical records
  • AI training datasets for dog-breed celebrity graphs
  • Competitive analysis for kennel marketing (Brazil + LATAM)

Notes

  • The dog_name, breed_group, show_count, handler, and region fields are not present in the CBKC ranking tables and will always be null
  • Kennel names marked "RANKING SOB ANÁLISE" (ranking under review) appear as-is — these are legitimate entries under active administrative review by CBKC
  • Rankings for the current year are live/partial until year-end