# Scraping frequency

{% hint style="info" %}
The automatic scheduling is set to '**Just scrape once'** for every new project. You have to manually switch to another option while editing your project.&#x20;
{% endhint %}

You can choose if you want to run a job manually or configure when your project should trigger jobs automatically. This is called "Scraping frequency". During project creation, you can find the dropdown for this option in the `Output settings` menu. Available options:<br>

* **Don't scrape now**: No jobs will be triggered, only a project will be created. You can manually trigger a job from the project detail page. Read about this option [here](/data-pipeline/creating-a-datapipeline-project/running-a-manual-job.md).&#x20;
* **Just scrape once (default):** A job will start once you click on "Save project".&#x20;
* **Hourly, Daily, Weekly, Monthly:** The first job will start once you click on "Save project". The following jobs will be automatically fired based on the frequency you chose.&#x20;
* **Cron:** You can set up your frequency by using the cron expression. You can learn more about cron-expressions [here](https://crontab.guru/).

<figure><img src="/files/wwaxSUXDC7RWRaKV1Gcf" alt=""><figcaption></figcaption></figure>

You can also see when the next jobs are scheduled to run, based on the scraping frequency chosen in the settings.

<figure><img src="/files/vUSWgUhAGZWI9LDn7TZF" alt=""><figcaption></figcaption></figure>

### Disable job frequency

When you set the scraping frequency to "Don't scrape now", the project will be in a **"not scheduled"** state and jobs won't start automatically. You can manually start a job any time from inside the project's detail page. For more information, see [here](/data-pipeline/creating-a-datapipeline-project/running-a-manual-job.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scraperapi.com/data-pipeline/creating-a-datapipeline-project/scraping-frequency.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
