Store Indexing Control Actor - Search Visibility Test avatar

Store Indexing Control Actor - Search Visibility Test

Pricing

Pay per usage

Go to Apify Store
Store Indexing Control Actor - Search Visibility Test

Store Indexing Control Actor - Search Visibility Test

A minimal public Actor used to test whether new Actors under changeable_peddler appear in Apify Store search.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Sean J

Sean J

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Share

This minimal public Actor tests whether newly published Actors under changeable_peddler appear in Apify Store search.

It is intentionally simple: it writes one dataset item containing the input label, timestamp, and purpose. Its name, title, and README use the unique phrase store-indexing-control-actor so exact Store search behavior can be verified without ambiguity.

Why this exists

Existing public Actors under changeable_peddler have public Store pages, complete display fields, and HTTP 200 pages, but exact Store API searches return positive total / count with empty items.

This control Actor distinguishes two cases:

  • If this new Actor indexes, existing Actor records may be stale or stuck.
  • If this new Actor does not index, the issue is likely publisher-level or Store search-level.

Demo input

{
"label": "store-indexing-control"
}

What you get back

The default dataset contains one row with:

  • label: the input label.
  • checkedAt: the run timestamp.
  • purpose: a short explanation that this is an Apify Store indexing control run.