- Type:
bool
- Description: Determines whether to use the basic GraphQL scraper.
- Type:
bool
- Description: If set to
True
, the Whole-Month GraphQL scraper is used.
- Type:
bool
- Description: If set to
True
, the Japan Hotel GraphQL scraper is used.
- Type:
str
- Description: Specifies the city where the hotels are located.
- Type:
str
- Default:
Japan
- Description: Specifies the country where the hotels are located. Default is Japan.
- Type:
str
- Description: The check-in date for the hotel stay. The date should be in
YYYY-MM-DD
format.
- Type:
str
- Description: The check-out date for the hotel stay. The date should be in
YYYY-MM-DD
format.
- Type:
int
- Default:
1
- Description: Specifies the number of adults in the group. The default value is
1
.
- Type:
int
- Default:
1
- Description: Specifies the number of rooms required for the group. The default value is
1
.
- Type:
int
- Default:
0
- Description: Specifies the number of children in the group. The default value is
0
.
- Type:
str
- Default:
USD
- Description: The currency for the room prices. By default, this is set to
USD
.
- Type:
bool
- Description: If set to
True
, the scraper will only target hotel properties.
- Type:
int
- Description: Specifies the year to scrape. This argument is required for Whole-Month Scraper.
- Type:
int
- Description: Specifies the month to scrape. This argument is required for Whole-Month Scraper.
- Type:
int
- Default:
1
- Description: Specifies the day of the month to start scraping from. The default value is
1
.
- Type:
int
- Default:
1
- Description: Specifies the length of stay in nights. The default value is
1
.
- Type:
str
- Description: Specifies the prefecture where the hotels are located. This argument is required for Japan Hotel Scraper.