3

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.

PeterB
  • 2,234
  • 6
  • 24
  • 43

1 Answers1

5

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.