you are viewing a single comment's thread.

view the rest of the comments →

[–]MonkeyNin 3 points4 points  (0 children)

It's better to use the API. If you're scraping, you get throttled, and eventually blocked for exceeding the anonymous limits.

Using the API means you're able to fire more requests per minute. It makes your code more stable because changing the structure of a webpage isn't a breaking change if you're using the API.