Skip to main content
POST
/
v1
/
scrape
Scrape creator data
curl --request POST \
  --url https://api.vidjutsu.ai/v1/scrape \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "platform": "<string>",
  "action": "<string>",
  "params": {}
}
'

Authorizations

X-Api-Key
string
header
required

Body

application/json
platform
string
required

Platform (tiktok, instagram, youtube).

action
string
required

Scrape action to perform.

params
object

Action-specific parameters.

Response

200

Scrape result