Access holiday data from over 100 countries with our Public Holiday API! Query public holidays and long weekends effortlessly. With an IoT endpoint to check if today is a holiday, it's perfect for developers. Get started today and enhance your applications with up-to-date holiday information!
The Public Holiday API offers an easy way to query holidays for over 100 countries, including options to check for long weekends. Designed for flexibility, it features an endpoint for IoT devices to verify if today is a holiday.
Easily get public holidays for a specified year and country with a simple request.
Start using the Public Holiday API and enhance your applications with accurate holiday data. Make planning easier for your users and improve their experience!
A full explanation of an input example in JSON.
1{ 2 "year": "2023", 3 "countryCode": "US" 4}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "date": "2024-01-01", 4 "localName": "New Year's Day", 5 "name": "New Year's Day", 6 "countryCode": "US", 7 "fixed": false, 8 "global": true, 9 "counties": null, 10 "launchYear": null, 11 "types": [ 12 "Public" 13 ] 14 }, 15 { 16 "date": "2024-01-15", 17 "localName": "Martin Luther King, Jr. Day", 18 "name": "Martin Luther King, Jr. Day", 19 "countryCode": "US", 20 "fixed": false, 21 "global": true, 22 "counties": null, 23 "launchYear": null, 24 "types": [ 25 "Public" 26 ] 27 }, 28 { 29 "date": "2024-02-19", 30 "localName": "Washington's Birthday", 31 "name": "Presidents Day", 32 "countryCode": "US", 33 "fixed": false, 34 "global": true, 35 "counties": null, 36 "launchYear": null, 37 "types": [ 38 "Public" 39 ] 40 } 41 ... 42]
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!