FitPet Mall Pet Product Monitor avatar

FitPet Mall Pet Product Monitor

Pricing

from $5.00 / 1,000 results

Go to Apify Store
FitPet Mall Pet Product Monitor

FitPet Mall Pet Product Monitor

Monitor Korean pet e-commerce products from FitPet Mall. Prices, stock, ratings, categories. No browser needed — direct GraphQL API.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

PawVibe

PawVibe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Monitor Korean pet e-commerce products from FitPet Mall. Get prices, stock, ratings, and categories at scale.

Features

  • 🔍 Direct GraphQL API — no browser needed, fast and reliable
  • 📦 8,600+ products across 124 pet categories
  • 💰 Price monitoring — sale price, original price, discount rate
  • Ratings & reviews — average score, review count
  • 📊 Stock tracking — quantity, sold-out status
  • 🐾 Pet categories — dogs, cats, food, snacks, supplies, health

Input

{
"categories": [],
"maxProducts": 200,
"orderBy": "-created_at"
}

Output

Each product:

{
"id": "UHJvZHVjdFR5cGU6MTAwMDAwMDEyNA==",
"name": "스텔라앤츄이스 독 세이버리 살몬&코드 밀믹서 (226g)",
"price": 46200,
"originalPrice": 52000,
"discountRate": 11,
"avgScore": 4.8,
"reviewCount": 156,
"stock": 11,
"isSoldOut": false,
"brand": "스텔라앤츄이스",
"categories": "강아지 > 사료",
"status": "ON_SALE",
"imageUrl": "https://static.fitpetcdn.com/...",
"scrapedAt": "2026-03-26T09:40:00.000Z"
}

Use Cases

  • Price monitoring — track competitor pricing in Korean pet market
  • Stock alerts — get notified when products sell out or restock
  • Market research — analyze pricing strategies across brands
  • Category analysis — understand product distribution by pet type

Pricing

  • Pay-per-event: $0.001 startup + $0.003/product
  • 200 products: ~$0.61/run
  • Full catalog (8,600): ~$25.81/run

Technical Notes

  • Uses FitPet Mall's public GraphQL API (no auth required)
  • Cursor-based pagination for efficient data collection
  • Supports category filtering and sort ordering
  • No browser/Cheerio needed — pure API calls