Regard Price & Stock Monitor avatar

Regard Price & Stock Monitor

Pricing

from $7.00 / 1,000 results

Go to Apify Store
Regard Price & Stock Monitor

Regard Price & Stock Monitor

Scrape & monitor the Regard (regard.ru) electronics catalog by category — name, specs, price, availability and product URL, with price & stock change-tracking. Cheap datacenter proxy.

Pricing

from $7.00 / 1,000 results

Rating

0.0

(0)

Developer

Sasha Ebashu

Sasha Ebashu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Scrape the Regard (Регард) electronics & PC-parts catalog by category — and, in monitor mode, track exactly how prices and stock change between runs. No API key, no login.

What it does

Point it at one or more category pages (e.g. https://www.regard.ru/catalog/1001/processory) and get a clean row per product:

FieldDescription
productIdStable Regard product id (from /product/<id>/...) — the key used for change-tracking.
nameProduct name.
descriptionShort spec string (socket, cores, clocks, etc.).
priceCurrent price, ₽.
currencyPrice currency (RUB).
availabletrue if in stock, else false.
availabilityRaw schema.org availability (InStock / OutOfStock / PreOrder).
imageProduct image URL.
urlProduct page URL.
categoryPathThe category it was found in.
scrapedAtTimestamp of the scrape.

Monitor mode — track price & stock changes

Turn on monitorMode and every run is compared to the previous one (same categories). Each row gains:

  • changeTypenew / price_up / price_down / stock_change / unchanged
  • previousPrice — the price last run
  • priceLow30 / priceHigh30 — rolling 30-day low & high (spot a fake "discount" back to a price the item already had)
  • firstSeenAt / lastConfirmedAt — data-freshness stamps

Set onlyChanges to output only what changed since the last run — a clean delta for alerts or a dashboard. Run it on a schedule and you have an electronics price & availability monitor. This is the wedge: plenty of tools dump a catalog once — this one tells you what changed.

Why monitor electronics?

PC-parts and electronics prices move fast and stock swings constantly. Resellers, price-analytics teams and deal hunters need to know when a competitor drops a price, when a part comes back in stock, or when a "discount" isn't really one.

Input

ParameterDescription
categoryUrlsRegard category pages (full URL or catalog/<id>/<slug> path).
searchQueriesKeywords to search (e.g. процессор amd) — scrapes the search results the same way, with price & stock. Use alone or with categoryUrls.
crawlSubcategoriesFor each category, also scrape all descendant subcategories (monitor a whole section from one parent URL). Off by default.
maxPagesPerCategoryResult pages per category / search (~24 products each). 0 = until it ends.
maxItemsCap on output rows (0 = unlimited).
maxConcurrencyPages fetched in parallel (1–12, default 4).
monitorModeTrack price & availability changes vs the previous run. Off by default.
onlyChangesMonitor: output only changed / new products.
proxyConfigurationApify datacenter proxy is enough (cheap) — residential not required.

Notes

  • Data comes from the page's public schema.org JSON-LD — stable and clean.
  • Only public catalog data is collected. Do not scrape personal data without a legitimate reason.