Go to Apify StoreDeveloper

Vnx0
Maintained by CommunityActor stats
1
Monthly active users
5 days ago
Last modified
0.2.0 (unreleased — Store launch candidate)
- Store-launch pass: rewritten README, upgraded input schema, declared dataset
schema, tiered pay-per-event pricing (
post event).
- Input accepts
profileUrls, companyUrls, postUrls and searchQueries
aliases alongside urls; all are merged server-side.
- Every result row carries
_metadata{post_id, source_url, extracted_at}
provenance.
- Default backend weights favor the cheap API backend (
api: 0.8, browser: 0.2).
- Default
limitPerSource is 2 so first runs are fast and cheap.
- Hardened run: retries with backoff, throttling, never-throw browser/charge/push
paths, per-item error isolation, top-level guard — runs always exit success
with typed error items instead of failing.
- Input sanitization (non-string/empty URLs dropped, invalid dates ignored).
- Competitor-compatible output superset (Voyager-style fields + originals),
deep null-stripping (fields never filled are omitted, never
null).