---
title: "Schedule and extractor to run at a specific time"
method: POST
path: "/extractor"
tags: ["schedule.import.io"]
---

# Schedule and extractor to run at a specific time

`POST /extractor`

## Request body

- ScheduleRequest
  - `startTimestamp` integer
  - `interval` string
  - `extractorId` string

## Response `200`

crawl run schedule

## Other responses

- `400` — Validation errors on the request input.
- `401` — User doesn't own this extractor, or doesn't have a valid session.
- `403` — User is not allowed to create schedule for this extractor.
- `404` — Unable to find supplied extractor ID.

---

[API](https://skmtc.net/import/apis/untitled-api-5.md) · [All operations](https://skmtc.net/import/apis/untitled-api-5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/import/untitled-api-5/versions/58b312ec10c9/schema)
