The 0.4.3 notes claimed Apify has no multi-example mechanism and that the
competitors' "examples" were README content. Both were wrong. The claim came
from a page fetch whose markdown conversion dropped the tab bar; the raw HTML
shows an Examples tab on apify/google-search-scraper and on the competitor,
and none on ours.
The real mechanism: the Examples tab is backed by Apify Tasks. A task
appears there once publicConfig.publishedAt is set. Creating tasks is
API-writable and is now done — four exist, one per entry in
.actor/examples.json. Setting publicConfig is not: the API accepts it and
stores null, and no publish route exists in the OpenAPI spec, so publishing
is a Console step. exampleRunInput is a separate, older field that prefills
the Input tab rather than the Examples tab.
Corrected in .actor/examples.json, OPERATIONS.md and the 0.4.3 entry, with
the four task IDs and the exact Console path recorded.