curl -X POST "https://api.hooked.ai/v1/social/search/create" \ -H "x-api-key: your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "searchTerm": "fitness motivation", "platform": "tiktok", "limit": 25 }'
{ "success": true, "message": "Search created successfully", "data": { "search": { "id": "clx123abc", "searchTerm": "fitness motivation", "platform": "tiktok", "totalResults": 25, "analytics": { "avgViews": 1250000, "avgLikes": 89000, "avgComments": 1200, "avgShares": 5600, "engagementRate": 7.8 }, "topHashtags": ["fitness", "motivation", "workout", "gym"], "keywords": [], "keywordsStatus": "pending", "lastSearched": "2024-01-15T10:30:00Z", "createdAt": "2024-01-15T10:30:00Z" }, "videosFound": 25 } }
Create a new search and scrape videos matching the search term
tiktok
youtube
Show data
keywordsStatus
Search created successfully