From an idea to an API call.
Use your own Apify account and token. Start a small run, then retrieve your dataset when it finishes.
curl -X POST \
"https://api.apify.com/v2/acts/openclawai~job-board-scraper/runs?maxTotalChargeUsd=1" \
-H "Authorization: Bearer $APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"searchTerm":"data engineer","sites":["indeed"],"maxResults":5}'This example starts an asynchronous run with a $1 total cap. Execution can incur charges.
Read the API guide