token ,访问令牌(必填)curl -X POST 'https://scraperapi.dataify.com/builder' \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'spider_name=youtube.com' \
-d 'spider_id=youtube_video-post_by-url' \
-d 'spider_parameters=[{"url":"https://www.youtube.com/@stephcurry/videos","order_by":"Latest","start_index":"1","num_of_posts":"5"}]' \
-d 'spider_errors=true' \
-d 'file_name={{TasksID}}'