cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/universetoday/articles \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "page": "<string>", "timeout": 300, "count": "10" } '
{ "title": "<unknown>", "url": "<unknown>", "author": "<unknown>", "category": "<unknown>", "excerpt": "<unknown>", "image_url": "<unknown>" }
Get list of news articles from Universe Today homepage with pagination
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response