How to use
Table of contents
Create a New Project
curl -X POST --data '{ "projectInput": {"type": "list", "list":
["https://www.amazon.com/AmazonBasics-3-Button-Wired-Computer-1-Pack/dp/B005EJH6RW/"] } }'
-H 'content-type: application/json'
'https://datapipeline.scraperapi.com/api/projects?api_key=xxxxxx'{
"id": 522,
"name": "Project created at 2024-05-10T16:04:28.263Z",
"schedulingEnabled": true,
"scrapingInterval": "weekly",
"createdAt": "2024-05-10T16:04:28.306Z",
"projectType": "urls",
"projectInput": {
"type": "list",
"list": [
"https://www.amazon.com/AmazonBasics-3-Button-Wired-Computer-1-Pack/dp/B005EJH6RW/"
]
},
"projectOutput": {
"type": "save"
},
"notificationConfig": {
"notifyOnSuccess": "never",
"notifyOnFailure": "with_every_run"
}
}Specifying Parameters
Updating Parameters Of An Existing Project
Specifying Project Type
Specifying Project Input
Changing Output Format For SDE Project Types
Changing Scheduling Interval
Creating a Project With a Custom Cron Scheduling
Rescheduling The Project's Next Run Date
Configuring Webhook Output
Set the webhook output
Unset the webhook output
Configuring Notifications
Check The List of Jobs For a Project
Cancel a Job Within a Project
Archiving a Project


Error Messages
Last updated

