diff --git a/api-reference/openapi/social.json b/api-reference/openapi/social.json index 4cb54f2..bb9d842 100644 --- a/api-reference/openapi/social.json +++ b/api-reference/openapi/social.json @@ -482,7 +482,7 @@ }, "/api/apify/runs/{runId}": { "get": { - "description": "Check the status and retrieve results from Apify scraper runs. This endpoint uses the Apify API Client to fetch the current status of a scraper run and its results if available. Use the runId returned from endpoints like Instagram Comments, Instagram Profiles, Social Scrape, or Artist Socials Scrape to poll for results.", + "description": "Check the status and retrieve results from Apify scraper runs. This endpoint uses the Apify API Client to fetch the current status of a scraper run and its results if available. Use the runId returned from endpoints like Instagram Comments, Instagram Profiles, Social Scrape, or Artist Socials Scrape to poll for results. Requires authentication: any valid API key or Bearer token can poll any run id — scrape results are public social content and run ids are unguessable, so possession of a runId plus a valid credential is sufficient.", "parameters": [ { "name": "runId", @@ -538,7 +538,7 @@ }, "/api/socials/{id}/scrape": { "post": { - "description": "Trigger a social profile scraping job for a given social profile. Use the [Get Artist Socials](/api-reference/artists/socials) endpoint first to retrieve the social profile id values. The response returns run metadata for polling status and retrieving results via the [Scraper Results API](/api-reference/apify/scraper).", + "description": "Trigger a social profile scraping job for a given social profile. Use the [Get Artist Socials](/api-reference/artists/socials) endpoint first to retrieve the social profile id values. The response returns run metadata for polling status and retrieving results via the [Scraper Results API](/api-reference/apify/scraper). Completed runs also persist the scraped profile stats (follower/following counts, avatar, bio) to the social row, and on Instagram, TikTok, and X/Twitter the scraped post URLs are saved and appear in [Get Artist Posts](/api-reference/posts/get).", "parameters": [ { "name": "id",