this post was submitted on 16 Jun 2023
10 points (91.7% liked)
Asklemmy
43761 readers
1378 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's inconvenient, but not impossible. The content could be scraped instead of handed over directly via the API.
An explanation, if you're interested:
API stands for Application Programming Interface. It is a way for two software applications to communicate with each other. APIs are often used to access data from websites. When you use an API, you are essentially asking the website for the data you need. The website will then provide the data to you in a format that your software can understand.
Web scraping is a process of extracting data from websites using automated tools. Web scrapers can be used to extract data from any website, regardless of whether the website has an API. However, web scraping can be more difficult and time-consuming than using an API.
In general, APIs are the preferred method for accessing data from websites. They are easier to use, more legal, and less likely to interfere with the website. However, web scraping can be used in cases where there is no API or where the API is not sufficient.