Airbnb Availability Calendar

Airbnb Availability Calendar

Extract full-year availability from any Airbnb listing with ease. Get detailed calendar data for UNLIMITED listings at just $10/month. Perfect for market research, pricing analysis, and booking trends.

INTEGRATIONSAUTOMATIONDEVELOPER_TOOLSApify

Export Unlimited Yearly Airbnb listing Calendars with this API! Get detailed calendar data for unlimited listings at just $10/month.

📝 Copy for Use:

1{
2  "url": "https://www.airbnb.com/rooms/12345678",
3  "proxy": "Proxy URL"
4}

Input

The actor accepts the following input:

  • url (string, required): The URL of the Airbnb listing from which to download images.

  • proxy (string, optional): The proxy URL to use for scraping. This ensures you can scrape images from multiple listings without being rate-limited.

  • Shifter

    • Reliable residential proxies all over the world.
    • Cheap rates
    • Order Shifter Now
    • Get 10% Off any product, use coupan rigelbytes-YoBB.
  • OxyLabs

    • 100M+ Proxies
    • Fastest proxies in the market
    • Real profile, human-like Residential IPs
    • Quality assurance framework for most reliable IPs
    • Get Proxies
  • DataImpulse

Learn More About Proxies

  • Exclusive Deals: Some providers may offer special discounts or bonuses when you use our link.
  • Support Our Work: Each purchase helps us maintain and improve the tools and services we provide.
  • No Extra Cost: You pay the same price, but part of it goes to supporting our efforts.

Learn More About Proxies

Running via Apify Console

You can run this actor from the Apify Console by providing the necessary input parameters.

Running via API

You can trigger this actor using the Apify API, passing the required input in the request body.

API Request Example (Python)

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your API token
4client = ApifyClient("<YOUR_API_TOKEN>")
5
6# Prepare the Actor input
7run_input = {
8    "url": "https://www.airbnb.com/rooms/12345678",
9    "proxy": "http://your-proxy.com",
10}
11
12# Run the Actor and wait for it to finish
13run = client.actor("rigelbytes/airbnb-availability-calendar").call(run_input=run_input)

JavaScript

1import { ApifyClient } from 'apify-client';
2
3// Initialize the ApifyClient with your API token
4const client = new ApifyClient({
5    token: '<YOUR_API_TOKEN>',
6});
7
8// Prepare Actor input
9const input = {
10    "url": "https://www.airbnb.com/rooms/12345678",
11    "proxy": "http://your-proxy.com",
12};
13
14(async () => {
15    // Run the Actor and wait for it to finish
16    const run = await client.actor("rigelbytes/airbnb-availability-calendar").call(input);
17
18})();

Running with cURL

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "url": "https://www.airbnb.com/rooms/12345678",
8  "proxy": "http://your-proxy.com"
9}
10EOF
11
12# Run the Actor
13curl "https://api.apify.com/v2/acts/rigelbytes/airbnb-availability-calendar/runs?token=$API_TOKEN" \
14  -X POST \
15  -d @input.json \
16  -H 'Content-Type: application/json'
  • Output

    Output
1[
2  {
3    "available": { "format": "boolean", "lable": "Available" },
4    "date": { "format": "string", "label": "Date" },
5    "availableForCheckin": {
6      "format": "boolean",
7      "label": "Available for CheckIn"
8    },
9    "availableForCheckout": {
10      "format": "boolean",
11      "label": "Available for CheckOut"
12    }
13  }
14]

🚀 Other Tools by Rigel Bytes

Zillow Scraper
Extract property listings, prices, and details from Zillow effortlessly.

Airbnb Listing Scraper
Gather Airbnb listings, including prices, reviews, and availability.

Web Crawler
A versatile tool to crawl and scrape data from any website.

Zillow Detail Scraper
Dive deeper into Zillow listings with detailed property information.

Daraz Scraper
Scrape product details, prices, and reviews from Daraz.

Airbnb Images Downloader
Download high-quality images from Airbnb listings with ease.

Google Maps Scraper
Extract UNLIMITED business leads with Google Maps Scraper in different languages.

Understanding Proxies:

When scraping data or browsing anonymously, proxies are essential. They act as intermediaries, masking your original IP address and allowing you to send requests from another location.

Why Use Proxies?

  • Avoid IP Blocks: By routing requests through proxies, you prevent the target website from recognizing your IP as a scraper or spammer.
  • Access Geo-restricted Content: Proxies let you access content or websites restricted by location.
  • Enhance Anonymity: Hide your actual IP, ensuring privacy while scraping or browsing.

Types of Proxies

  1. Residential Proxies
    • Real IP addresses provided by ISPs to home users.
    • They mimic regular users, making them harder to detect.
    • Best for: Long-term, undetectable scraping, and avoiding blocks.
  2. Data Center Proxies
    • IP addresses from servers in data centers.
    • Faster and cheaper than residential proxies but easier to detect and block.
    • Best for: High-speed scraping, but with a higher risk of detection.
  3. Mobile Proxies
    • IPs provided by mobile carriers (3G/4G/5G networks).
    • Very difficult to detect, as they appear as regular mobile users.
    • Best for: Mobile-related scraping or avoiding sophisticated blocks.

Rotating Proxies vs. Straight Proxies

  • Rotating Proxies: Every request you send goes through a different proxy, making it harder for websites to detect patterns.
  • Straight Proxies: All requests are sent through the same proxy, making it easier to track your IP.

About Rigel Bytes

Rigel Bytes specializes in web scraping, automation, and data analytics. We help businesses extract and leverage valuable data for informed decision-making.

Contact Us

Ready to unlock the power of data? Reach out to us at (contact@rigelbytes.com) or book an appointment with us to learn more about how we can help you achieve your data goals.

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!