Apify platform provider. Exposes GitHub repository scraping plus the shared async-run plumbing (run status and dataset retrieval) used by the brand-specific Apify scrapers such as Zillow, Amazon, and Booking. This is not a general scraper bucket; the social and company scrapers are their own brand providers (x, crunchbase, reddit, tiktok, instagram, linkedin, pitchbook).3 endpoints available through Lava’s AI Gateway. See the Apify API docs for full documentation.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.
Search GitHub repositories by keyword, get all repos from a user/org, or discover trending repos. Supports full GitHub search syntax (stars:>1000, language:python, user:facebook). Returns stars, forks, watchers, topics, license, language, and optionally README content. $0.01 per 1,000 results.
Check the status of an async Apify actor run by run id (the id from the start response). Returns the run object, including status once it reaches SUCCEEDED. Free.
Fetch the scraped rows from a finished Apify run, by run id: GET /v2/actor-runs/{runId}/dataset/items. Free, the scrape was billed once on the run completion.