Get costs and usage stats for your actor use aggregated daily. The actor also provides summary stats for the whole period.
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
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.
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}]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!