Boehringer Ingelheim CN Animal Health Product Scraper
LEAD GENERATIONBUSINESS
Boehringer Ingelheim China Animal Health Product Scraper
Scrapes the complete Boehringer Ingelheim China animal-health product catalog from boehringer-ingelheim.cn. Extracts structured product data including Chinese and brand names, full descriptions, approval numbers, and product images across vaccines, parasiticides, and therapeutics.
What you get
Each record contains:
| Field | Description |
|---|---|
product_id |
URL slug (unique identifier) |
product_url |
Full canonical product URL |
product_name_cn |
Full Chinese product name |
product_name_brand |
Brand/trade name extracted from the full name |
product_name_en |
English name derived from the URL slug |
description |
Full product label content (HTML) |
tagline |
Short product slogan |
approval_no |
Veterinary drug registration number (兽药字 / 进口兽药注册证书号) |
hero_image |
Absolute URL of the product image |
gallery |
Additional product image URLs (pipe-separated) |
manufacturer |
Always "Boehringer Ingelheim" |
scraped_at |
ISO-8601 timestamp |
Coverage
The catalog covers ~36 active animal-health products across three segments:
- Companion animal (伴侣动物) — vaccines, parasiticides, cardiac drugs, pain management
- Production animal (大动物) — bovine, swine, poultry vaccines and therapeutics
- Equine (马) — as available
Products include well-known brands such as Frontline (福来恩®), Broadline (博来恩®), Vetmedin/Cardisure (勃欣定®), VAXXITEK®, Eurican/Eurican DHPPI+L (优乐康), Ivomec (害获灭), and Previcox (普维康®).
Usage
Set Max Items to the number of products you want. Leave at 10 for a quick test; remove the cap or set a high number (e.g. 500) to scrape the full catalog.
{
"maxItems": 50
}
Notes
- The catalog is fully server-rendered static HTML — no JavaScript required.
- Product pages include the full label text including indications, composition, presentation, and approval certificate numbers.
- Approval numbers follow the pattern
(YYYY)外兽药证字N号for imported drugs or兽药字XXXXXXfor domestic registrations. Not all products list their approval number on the web page. - The site is Chinese-language only (
zh-CN). All product names, descriptions, and indications are in Chinese.