Govita AU Product Search & Catalog (Unofficial) avatar

Govita AU Product Search & Catalog (Unofficial)

Pricing

from $0.04 / 1,000 results

Go to Apify Store
Govita AU Product Search & Catalog (Unofficial)

Govita AU Product Search & Catalog (Unofficial)

Search Govita Australia products and fetch normalized item and category data for catalog checks and product monitoring.

Pricing

from $0.04 / 1,000 results

Rating

0.0

(0)

Developer

Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

Share

Search products from Govita Australia and fetch normalized catalog data for search, item pages, and category pages.

This is an unofficial actor and is not affiliated with Govita.

Supported operations

  • search
  • item
  • categories
  • category
  • search_filters

Operation guide

The Apify Console form shows the union of all supported fields, so the visible inputs do not change when you switch operation. Use the guide below to know which fields are required.

  • search Required: query Optional: page, limit, sort, details, includeRaw
  • item Required: itemSlug or itemId, or url Optional: variantId, includeRaw
  • categories Required: none Optional: refresh, includeRaw
  • category Required: categorySlug or categoryId Optional: page, limit, sort, details, includeRaw
  • search_filters Required: none Optional: refresh, includeRaw

Example inputs

{
"operation": "search",
"query": "magnesium",
"page": 1,
"limit": 20,
"includeRaw": false
}
{
"operation": "category",
"categorySlug": "best-sellers",
"page": 1,
"limit": 40,
"includeRaw": false
}
{
"operation": "item",
"itemSlug": "epzen-magnesium-body-lotion-relax-100ml",
"includeRaw": false
}
{
"operation": "categories",
"refresh": false,
"includeRaw": false
}

Output

  • Dataset: normalized products or structured category rows
  • Key-value store OUTPUT: run summary with source, operation, success, total, errors, proxy, and monetization

Notes

  • page is one-based for Govita operations.
  • refresh=true forces a category cache refresh for categories and filters.
  • Default proxy strategy is direct.
  • The runtime is prepared for future pay-per-event monetization.