Skip to content

AchintyaAshok/Kayak-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kayak-Scraper

This is an open-source node library that you can use to scrape flight information from Kayak. Note: This is an unofficial library and for testing purposes only. If you wish to get data from Kayak, please do so using their own APIs.

Installation

npm install kayak-scraper

Usage

const kayak = require('kayak-scraper');
kayak.getTripDetails("JFK", "SFO", new Date(2018, 6, 18), new Date(2018, 6, 26));

This will get you cheapest flights from JFK to SFO between October 18th and October 26th, 2016.

About

A scraping library that allows you to get flight data from kayak

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published