cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/theunfolder/category_articles \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "category": "<string>", "timeout": 300 } '
{ "title": "<unknown>", "url": "<unknown>", "author": "<unknown>", "date": "<unknown>" }
Extract article URLs from The Unfolder category pages for cross-posting
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response