Kremmania Product Search Scraper avatar

Kremmania Product Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Kremmania Product Search Scraper

Kremmania Product Search Scraper

Scrape beauty and cosmetics product data from Kremmania.hu effortlessly. This scraper collects product names, descriptions, images, variants, ratings, reviews, brand information, and 27+ fields per item — perfect for price comparison, market research, and product aggregation.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Stealth mode

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

Kremmania Product Search Scraper: Extract Beauty Products at Scale


What Is Kremmania.hu?

Kremmania.hu is a comprehensive Hungarian beauty and skincare product database featuring thousands of cosmetics, perfumes, skincare, and hair care products. The platform aggregates product information, user reviews, ratings, wishlists, and categorizations from multiple brands and retailers. Manually collecting this product data is labor-intensive — the Kremmania Product Search Scraper automates extraction, enabling bulk access to structured product intelligence.


Overview

The Kremmania Product Search Scraper extracts product listings from Kremmania's search and category pages, converting unstructured product cards into detailed, queryable records. It is designed for:

  • E-commerce aggregators building cross-retailer product catalogs
  • Price comparison platforms monitoring beauty product pricing and availability
  • Market researchers analyzing cosmetics trends and consumer preferences
  • Affiliate marketers sourcing product data for review sites
  • Beauty brands tracking competitor products and market positioning

Key strengths include high-volume extraction (up to 200 items per URL), robust error handling via ignore_url_failures, and comprehensive product metadata including reviews, ratings, variants, and category hierarchies.


Input Format

The Actor supports two scraping modes — use only one at a time:

  1. Scrape by URLs — scrape data directly from a list of Kremmania product list URLs.
{
"urls": [
"https://kremmania.hu/kremek/categories/parfumok?page=2"
],
"ignore_url_failures": true,
"max_items_per_url": 200
}
  1. Scrape by search filters — scrape data using a keyword instead of providing URLs.
{
"keyword": "lip",
"page": 2,
"max_items_per_url": 200
}

There is also a General settings group that applies to both modes.

1. Scrape by URLs

Use this mode when you already have specific product list URLs. When this mode is used, all options in the "Scrape by search filters" section will be disabled.

FieldTypeDefaultDescription
urlsarray(required)Array of Kremmania product list URLs (search results or category pages) to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list. Supports pagination parameters like ?page=2.
ignore_url_failuresbooleantrueIf true, the scraper continues running when a URL fails instead of stopping the entire run (skips failed URLs). If false, stops on first error. Recommended true for bulk jobs.

2. Scrape by search filters

Use this mode when you want to search using a keyword instead of scraping by URLs. If you use this mode, leave the urls field above empty.

FieldTypeDefaultDescription
keywordstringThe keyword to search for.
pageintegerThe page number to start scraping from.

3. General settings

Applies to both scraping modes above.

FieldTypeDefaultDescription
max_items_per_urlinteger20The maximum number of products to extract per URL/search (1–200). Use 200 for bulk category scrapes to maximize extraction per request.

Tip: For category pages with high product counts, use ?page=1, ?page=2, etc. in your URLs, and set max_items_per_url: 200 to maximize extraction per request.


Output Format

Example Output Record

{
"id": 9871,
"uuid": "d8256c0b-4cef-11ef-a34a-005056a0ce89",
"name": "Mugler Angel EDP",
"slug": "thierry-mugler-angel",
"images": [
{
"id": 27034,
"uuid": "f8a26864-4cf0-11ef-a34a-005056a0ce89",
"path": "images/products/ih/uF/thierry-mugler-angel1",
"type": "image/jpeg",
"width": null,
"height": null,
"x": null,
"y": null
},
{
"id": 27034,
"uuid": "f8a26864-4cf0-11ef-a34a-005056a0ce89",
"path": "images/products/ih/uF/thierry-mugler-angel1",
"type": "image/jpeg",
"width": null,
"height": null,
"x": null,
"y": null
}
],
"variants": [
{
"size": "25 ml",
"price": "15 000 Ft"
},
{
"size": "50 ml",
"price": "38 000 Ft"
}
],
"where_to_find": null,
"description": {
"blocks": [
{
"type": "paragraph",
"data": {
"text": "Megjelenés éve: 1992"
}
},
{
"type": "paragraph",
"data": {
"text": "Fejjegyek: dinnye, kókusz, mandarin, cassia, jázmin, bergamot, vattacukor"
}
},
{
"type": "paragraph",
"data": {
"text": "Szívjegyek: méz, kajszibarack, szeder, szilva, orchidea, barack, jázmin, gyöngyvirág, vörösáfonya, rózsa"
}
},
{
"type": "paragraph",
"data": {
"text": "Alapjegyek: tonkabab, ámbra, pacsuli, pézsma, vanília, étcsokoládé, karamell"
}
}
]
},
"affiliate_url": null,
"brand": {
"id": 1390,
"uuid": "733a7c9b-4cef-11ef-a34a-005056a0ce89",
"title": "Mugler",
"slug": "thierry-mugler",
"url": "www.mugler.com",
"rating": 2.95,
"featured": 0,
"description": {
"blocks": [
{
"type": "paragraph",
"data": {
"text": "A  francia márkát a névadó Thierry Mugler alapította, aki több mint 6 éven át profi táncosként dolgozott. Ösztönös tervező, aki soha nem keres ihletet. Számára az jelentette a fejlődést, ha új módját találta meg az emberi önkifejezésnek. Gyakran használ minta nélküli színezéseket, hegyes szögeteket például gallérokon, szegéseken, ujjakon, derékon és csípőkön. "
}
},
{
"type": "paragraph",
"data": {
"text": "Ma a márka ruhákat, sminkeket és parfümöket egyaránt gyárt. Magyarországon a Thierry Mugler parfümök beszerezhetők a parfümériákban."
}
}
]
},
"where_to_find": "parfümériák, online",
"image": {
"id": 1393,
"uuid": "788775c7-4cef-11ef-a34a-005056a0ce89",
"path": "images/brands/oN/cZ/thierry-muglers",
"type": "image/jpeg",
"width": null,
"height": null,
"x": null,
"y": null
},
"created_at": "2011-07-18T20:48:07.000000Z"
},
"product_categories": [
{
"id": 244,
"uuid": "5d019544-4cef-11ef-a34a-005056a0ce89",
"name": "Parfümök",
"abbreviation": null,
"slug": "parfumok",
"description": null,
"type": "product",
"is_archived": 0,
"is_primary": true,
"meta_keywords": "Parfümök, Illatok, parfumok"
}
],
"latest_review": {
"id": 4263980,
"description": "Nekem az abszolút kedvenc illatom már 13 éve. Sajnos számomra kicsit húzós az ára így nem tudom sokszor megvenni,de nagyon szeretem,hogy befújom magam vele és egész nap tart. Orientális édeskés illata van nekem kellemes. De abban egyet értek ezt a parfümöt nem mindenki tudja viselni.",
"rate": 5,
"type": "product",
"is_approved": 0,
"is_like_count_approved": 0,
"is_organic": 0,
"like_count": 3,
"flag_count": 0,
"user": {
"id": 116869,
"uuid": "620d6ef5-4cef-11ef-a34a-005056a0ce89",
"title": null,
"gender": "female",
"firstname": null,
"lastname": null,
"email": "gabriella.egyhazi@gmail.com",
"username": "Ellacska",
"image": null,
"user_tags": {
"level": {
"description": "KRÉMMÁNIÁS",
"color": "pink"
},
"age": {
"description": "35-44",
"color": "default"
},
"skin": {
"description": 289,
"color": "default"
},
"skin_problem": {
"description": 322,
"color": "default"
},
"points": {
"description": 590,
"color": "default"
}
},
"points": 590,
"is_legacy": null,
"description": null,
"birth_year": 1988,
"skin_type": 289,
"skin_concern": 322,
"hair_problem": 430,
"statistics": {
"products": 0,
"reviews": 42,
"following": 0,
"followers": 0,
"points": 590
},
"filled_questionnaire_at": "2024-08-04 13:05:41",
"is_old_enough": true,
"is_followed": false,
"badges": []
},
"is_liked": false,
"created_at": "2024-10-31T07:27:47.000000Z",
"updated_at": "2025-12-17T23:01:07.000000Z"
},
"skin_types": [
{
"id": 286,
"uuid": "5d16fb6c-4cef-11ef-a34a-005056a0ce89",
"name": "Bőrtípusok",
"abbreviation": null,
"slug": "bortipus",
"description": null,
"type": "skintype",
"is_archived": 0,
"is_primary": true,
"meta_keywords": "Bőrtípusok"
},
{
"id": 289,
"uuid": "5d1888b5-4cef-11ef-a34a-005056a0ce89",
"name": "Száraz",
"abbreviation": null,
"slug": "szaraz-bor",
"description": null,
"type": "skintype",
"is_archived": 0,
"is_primary": false,
"meta_keywords": "Bőrtípusok, Száraz"
},
{
"id": 292,
"uuid": "5d19e951-4cef-11ef-a34a-005056a0ce89",
"name": "Normál",
"abbreviation": null,
"slug": "normal-bor",
"description": null,
"type": "skintype",
"is_archived": 0,
"is_primary": false,
"meta_keywords": "Bőrtípusok, Normál"
},
{
"id": 295,
"uuid": "5d1b5cb4-4cef-11ef-a34a-005056a0ce89",
"name": "Kombinált",
"abbreviation": null,
"slug": "kombinalt-bor",
"description": null,
"type": "skintype",
"is_archived": 0,
"is_primary": false,
"meta_keywords": "Bőrtípusok, Kombinált"
},
{
"id": 298,
"uuid": "5d1d1f65-4cef-11ef-a34a-005056a0ce89",
"name": "Zsíros",
"abbreviation": null,
"slug": "zsiros-bor",
"description": null,
"type": "skintype",
"is_archived": 0,
"is_primary": false,
"meta_keywords": "Bőrtípusok, Zsíros"
}
],
"skin_concerns": [],
"hair_problems": [],
"is_active": 1,
"is_sponsored": 0,
"is_18_plus": 0,
"is_hot": 0,
"created_by": {
"id": 394009,
"uuid": "66185ad8-4cef-11ef-a34a-005056a0ce89",
"title": null,
"gender": null,
"firstname": null,
"lastname": null,
"email": "angelgame@indamail.hu",
"username": "Tenshi_ligth",
"image": null,
"user_tags": {
"level": {
"description": "KRÉMEK KRÉMJE",
"color": "pink"
},
"age": {
"description": "25-34",
"color": "default"
},
"skin": {
"description": 295,
"color": "default"
},
"skin_problem": {
"description": 325,
"color": "default"
},
"points": {
"description": 2145,
"color": "default"
}
},
"points": 2145,
"is_legacy": null,
"description": null,
"birth_year": 1992,
"skin_type": 295,
"skin_concern": 325,
"hair_problem": null,
"statistics": {
"products": 41,
"reviews": 91,
"following": 0,
"followers": 0,
"points": 2145
},
"filled_questionnaire_at": null,
"is_old_enough": true,
"is_followed": false,
"badges": []
},
"published_at": "2023-10-24 12:59:26",
"created_at": "2011-07-29T17:53:38.000000Z",
"tags": [],
"categories": [
{
"id": 244,
"uuid": "5d019544-4cef-11ef-a34a-005056a0ce89",
"name": "Parfümök",
"abbreviation": null,
"slug": "parfumok",
"description": null,
"type": "product",
"is_archived": 0,
"is_primary": true,
"meta_keywords": "Parfümök, Illatok, parfumok"
},
{
"id": 286,
"uuid": "5d16fb6c-4cef-11ef-a34a-005056a0ce89",
"name": "Bőrtípusok",
"abbreviation": null,
"slug": "bortipus",
"description": null,
"type": "skintype",
"is_archived": 0,
"is_primary": true,
"meta_keywords": "Bőrtípusok"
},
{
"id": 289,
"uuid": "5d1888b5-4cef-11ef-a34a-005056a0ce89",
"name": "Száraz",
"abbreviation": null,
"slug": "szaraz-bor",
"description": null,
"type": "skintype",
"is_archived": 0,
"is_primary": false,
"meta_keywords": "Bőrtípusok, Száraz"
},
{
"id": 292,
"uuid": "5d19e951-4cef-11ef-a34a-005056a0ce89",
"name": "Normál",
"abbreviation": null,
"slug": "normal-bor",
"description": null,
"type": "skintype",
"is_archived": 0,
"is_primary": false,
"meta_keywords": "Bőrtípusok, Normál"
},
{
"id": 295,
"uuid": "5d1b5cb4-4cef-11ef-a34a-005056a0ce89",
"name": "Kombinált",
"abbreviation": null,
"slug": "kombinalt-bor",
"description": null,
"type": "skintype",
"is_archived": 0,
"is_primary": false,
"meta_keywords": "Bőrtípusok, Kombinált"
},
{
"id": 298,
"uuid": "5d1d1f65-4cef-11ef-a34a-005056a0ce89",
"name": "Zsíros",
"abbreviation": null,
"slug": "zsiros-bor",
"description": null,
"type": "skintype",
"is_archived": 0,
"is_primary": false,
"meta_keywords": "Bőrtípusok, Zsíros"
}
],
"primary_category_hierarchy": [
{
"id": 244,
"uuid": "5d019544-4cef-11ef-a34a-005056a0ce89",
"name": "Parfümök",
"abbreviation": null,
"slug": "parfumok",
"description": null,
"type": "product",
"is_archived": 0,
"is_primary": true,
"meta_keywords": "Parfümök, Illatok, parfumok"
}
],
"is_wishlisted": false,
"total_usage_in_wishlists": 39,
"rating": "3.8",
"popularity": 1478,
"number_of_reviews": 393,
"from_url": "https://kremmania.hu/kremek/categories/parfumok?page=2"
}

Each scraped product returns a rich record with 27+ fields:

Product Identity & Metadata

FieldMeaning
IDUnique internal Kremmania identifier for the product
UUIDUniversal unique identifier (alternative ID format)
NameProduct name as displayed on Kremmania
SlugURL-friendly version of the product name
BrandManufacturer or brand name
Affiliate URLDirect affiliate or purchase link to the product
URLLink to the product detail page on Kremmania

Product Content & Categorization

FieldMeaning
DescriptionFull product description or summary
ImagesArray of product image URLs (primary, secondary, lifestyle shots)
VariantsProduct variants (e.g., sizes, scents, colors, packaging options)
CategoriesFlat list of assigned product categories
Primary Category HierarchyFull category path (e.g., Beauty → Skincare → Face Care)
Product CategoriesStructured category assignments
TagsUser-assigned or system tags (e.g., "vegan," "hypoallergenic")

Targeting & Attributes

FieldMeaning
Skin TypesTarget skin types (e.g., oily, dry, sensitive, combination)
Skin ConcernsAddressed skin issues (e.g., acne, aging, hydration)
Hair ProblemsFor hair products: targeted hair conditions (e.g., frizz, dandruff)

Community & Engagement

FieldMeaning
RatingAverage product rating (e.g., 4.5/5.0)
Number Of ReviewsTotal review count on Kremmania
Latest ReviewMost recent user review content or metadata
Is WishlistedWhether the product is on your wishlist (true/false)
Total Usage In WishlistsHow many users have wishlisted the product
PopularityEngagement score reflecting product interest

Status & Admin Flags

FieldMeaning
Is ActiveWhether the product listing is currently live
Is SponsoredWhether the listing is paid/sponsored
Is 18 PlusAge-restricted content flag (e.g., high-alcohol perfumes)
Is HotTrending or featured product indicator
Created ByAdmin or user who added the product
Published AtPublic release timestamp
Created AtDatabase creation timestamp

How to Use

  1. Find product list URLs — Navigate to Kremmania.hu, search for products or browse categories (e.g., perfumes, skincare). Copy the search/category URL including any filters or pagination.
  2. Configure the input — Paste URLs into the urls array. For high-volume extraction, set max_items_per_url: 200.
  3. Set error handling — Keep ignore_url_failures: true for large batch runs to avoid interruptions from unreachable URLs.
  4. Run the scraper — Execute the actor and monitor progress via the run log.
  5. Export results — Download output in JSON, CSV, or Excel format for analysis or integration.

Best practices:

  • For category pages with pagination, include page parameters (e.g., ?page=1, ?page=2).
  • Filter URLs by product type before scraping to keep datasets focused (e.g., separate perfume from skincare).
  • Use max_items_per_url: 200 for full-category extraction and lower numbers for quick pilots.

Use Cases & Business Value

  • E-commerce aggregation: Build comprehensive beauty product databases for comparison shopping platforms
  • Price monitoring: Track product availability, pricing, and rating trends across Kremmania
  • Market analysis: Research trending beauty products, consumer preferences, and brand performance
  • Affiliate marketing: Source product data and affiliate links for beauty review and recommendation blogs
  • Competitive intelligence: Monitor competitor product launches and positioning
  • Inventory management: Sync Kremmania product catalogs with internal retail systems

The scraper delivers clean, normalized data that integrates directly into spreadsheets, databases, dashboards, and e-commerce platforms — eliminating days of manual work.


Conclusion

The Kremmania Product Search Scraper unlocks structured beauty product intelligence at scale. With comprehensive output across 27+ fields — including reviews, ratings, variants, and categorizations — it transforms product search pages into actionable data. Perfect for e-commerce platforms, price aggregators, market researchers, and beauty brands seeking competitive insights. Start scraping today.