Fast TikTok API (with no-watermark video download link)
1 day trial then $38.00/month - No credit card required now
Fast TikTok API (with no-watermark video download link)
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.
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?
Hello, you can put &memory=256
in your URL. Please try it and let me know
Actor Metrics
128 monthly users
-
16 stars
96% runs succeeded
2.6 days response time
Created in May 2023
Modified 15 days ago