
Fast TikTok API (free-watermark videos)
Pricing
$38.00/month + usage

Fast TikTok API (free-watermark videos)
All in one TikTok APIs. Fastest TikTok API for Trend, Hashtag, Search, Music, User, Comment. Provides no-watermark download link.
5.0 (3)
Pricing
$38.00/month + usage
31
Monthly users
82
Runs succeeded
>99%
Response time
4.7 hours
Last modified
2 days ago
How can I specify the memory of an actor when I run an action with run-sync-get-dataset-items?
Closed
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
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
1 day
Price
$38.00