Skip to content

Program to demonstrate usage of API for data collection

Notifications You must be signed in to change notification settings

jovinod/data-collection-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Data_Collection_API

Program to demonstrate usage of API for data collection

![NOTE] The program is intended to be used for only academic purpose

Extracting data from API

Task:

  1. Create an API key for Times Of India API.
  2. Use that API to create queries.
  3. Fetch the recent articles published about "business analytics" from all sources.
  4. For each article extract the following things – [source-id , source-name, author, title, description, content]
  5. Convert the JSON output to dataframe with each parameter as a column and each article as a row.
  6. Save the output file in csv format("output_api.csv").

About

Program to demonstrate usage of API for data collection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published