Fast TikTok API (with no-watermark video download link) avatar

Fast TikTok API (with no-watermark video download link)

Try for free

1 day trial then $38.00/month - No credit card required now

View all Actors
Fast TikTok API (with no-watermark video download link)

Fast TikTok API (with no-watermark video download link)

novi/fast-tiktok-api
Try for free

1 day trial then $38.00/month - No credit card required now

All in one TikTok APIs. Fastest TikTok API for Trend, Hashtag, Search, Music, User, Comment. Provides no-watermark download link.

CW

How can I specify the memory of an actor when I run an action with run-sync-get-dataset-items?

Closed

consoling_wildfire opened this issue
2 months ago

How can I specify the memory of an actor when I run an action with run-sync-get-dataset-items?

Here is my current code: const APIFY_API_URL = https://api.apify.com/v2/acts/novi~fast-tiktok-api/run-sync-get-dataset-items?token=***; const APIFY_HEADERS = { 'Content-Type': 'application/json', };

const APIFY_DATA = { limit: 100, proxyConfiguration: { useApifyProxy: true, apifyProxyGroups: ['RESIDENTIAL'], }, type: 'USER', url: https://www.tiktok.com/@${username}, };

1const response = await axios.post(APIFY_API_URL, APIFY_DATA, {
2    headers: APIFY_HEADERS,
3  });

I've tried adding runOptions with memoryMbytes: 256 and memory: 256, but it is not working. How can I correctly specify the memory for the actor via an api call?

novi avatar

Novi (novi)

2 months ago

Hello, you can put &memory=256 in your URL. Please try it and let me know

Developer
Maintained by Community
Actor metrics
  • 130 monthly users
  • 11 stars
  • 100.0% runs succeeded
  • 1.1 days response time
  • Created in May 2023
  • Modified about 1 month ago