Pet Specialty Price Tracker
Pricing
from $3.00 / 1,000 normalized results
Pet Specialty Price Tracker
Normalize pet-specialty product prices and stock from multiple stores into one API-ready dataset.
Pricing
from $3.00 / 1,000 normalized results
Rating
0.0
(0)
Developer
Hernan Borgarino
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
an hour ago
Last modified
Categories
Share
Pet Specialty Price Tracker — Discontinued
Discontinuation notice: This Actor is being discontinued and will be removed from the Apify Store. It remains available temporarily for existing users during the deprecation period.
You are responsible for ensuring that automated access is permitted and for complying with the terms of use of every site you query.
Track pet-specialty prices and stock from user-supplied store or category URLs. This Actor is built for scripts, agents, and MCP workflows that need a normalized catalog instead of site-specific HTML.
What you can do
- Read a user-supplied store or category URL and normalize public product observations.
- Use the same generic flow with URLs that contain a
{category}placeholder. - Build recurring price and stock snapshots where automated access is permitted.
- Feed a downstream agent a clean JSON catalog with stable field names.
Output example
{"brand": "Example Brand","product": "Adult Salmon Dry Dog Food 24 lb","price": 54.99,"currency": "USD","stock": "in_stock","store": "shop.example.com","category": "dog food","date": "2026-09-18T20:00:00.000Z","url": "https://shop.example.com/products/adult-salmon-dry-dog-food","sku": "ABC-123"}
Designed for agents and APIs
Call the Actor from the Apify API, a scheduled task, an agent, or Apify MCP while it remains available. Input and output schemas are explicit so an agent can discover the required fields without reading this README.
Pricing
$0.003 per normalized result ($3 per 1,000 results) using Apify pay-per-event. Platform usage is intended to be included in the event price once PPE monetization is enabled. The run stops producing paid output when the configured run spending limit is reached.
Coverage and caveats
The Actor extracts public catalog information from user-supplied URLs and prioritizes structured product metadata (JSON-LD) with an HTML fallback. Sites can change markup or restrict automated access, so individual URLs may occasionally return fewer fields. Price/stock values are observations, not guarantees of checkout availability.
The user is responsible for complying with the terms of use, access rules, and applicable policies of every site queried with this Actor.
Input configuration
stores— full HTTP(S) store or category URLs. A URL may contain{category}as a placeholder.categories— one or more category/search phrases.maxResults— total record cap.maxPagesPerStore— pagination safety limit.includeOutOfStock— include explicitly unavailable items.