I need to get data from specific stack exchange site.
How can I do this most efficiently? Can I use some kind of API? I need to save them into some kind of database.
I need to get data from specific stack exchange site.
How can I do this most efficiently? Can I use some kind of API? I need to save them into some kind of database.
You can take a look at the API for stack exchange. First you will need to Authenticate your request and then you can query all the endpoints mentioned in the API.