Actor Costs

Actor Costs

Get costs and usage stats for your actor use aggregated daily. The actor also provides summary stats for the whole period.

AUTOMATIONDEVELOPER_TOOLSOPEN_SOURCEApify

Get costs and usage stats for your actor use aggregated daily. The actor also provides summary stats for the whole period.

It extends data available on https://console.apify.com/billing/usage with

  1. Daily usage breakdown
  2. Arbitrary time period with summary stats for the whole period
  3. Other useful stats - runCount, buildNumbers, statuses, origins

Important: Run costs are attributed to a specific date based on the start time of the run. The actor does not exactly report the costs per day or month. E.g. if your run runs for 2 days, this actor will report its cost fully to the first day while https://console.apify.com/billing/usage will correctly split the usage into 2 days. The overall usage for a period should be the same.

Example output

1[{
2    "date": "2024-02-24",
3    "runCount": 1,
4    "cost": 0.0086,
5    "firstRunDate": "2024-02-24T20:59:22.127Z",
6    "lastRunDate": "2024-02-24T20:59:22.127Z",
7    "buildNumbers": {
8        "0.14.259": 1
9    },
10    "statuses": {
11        "SUCCEEDED": 1
12    },
13    "origins": {
14        "WEB": 1
15    }
16},
17{
18    "date": "2024-02-16",
19    "runCount": 4,
20    "cost": 0.0838,
21    "firstRunDate": "2024-02-16T10:02:35.200Z",
22    "lastRunDate": "2024-02-16T16:16:02.125Z",
23    "buildNumbers": {
24        "0.14.258": 2,
25        "0.14.257": 2
26    },
27    "statuses": {
28        "SUCCEEDED": 1,
29        "FAILED": 1,
30        "ABORTED": 2
31    },
32    "origins": {
33        "WEB": 4
34    }
35}]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!