Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 505 Bytes

File metadata and controls

12 lines (9 loc) · 505 Bytes

cURL request

Replace YOUR_APIFY_TOKEN with an Apify API token and keep it private.

curl --request POST \
  "https://api.apify.com/v2/acts/datascraperes~website-technology-lookup/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
  --header "Content-Type: application/json" \
  --data @data/sample-input.json

The endpoint waits for the run to finish and returns the default Dataset items. For long-running jobs, use the asynchronous run endpoint and read the Dataset after completion.