What is a data feed an API JSON, and how are they connected with each other?
API = Application programming Interfave
JSON = Java Script Object Notation -> easy to parse and to generate
API’s provide a datafeed usually in the JSON formar
JSON Format Characteristics
ightweight data-interchange format
easy to parse and to generate
language independent
Real-time server-to-broser communication
human readable
Example:
Loading json to Python
Traditional vs LLM-based Scraping
Python commands
transform jsonformatted text to a dict
print key value pair
transform the dictionary back to json
Zuletzt geändertvor 15 Tagen