Hacker News new | ask | show | jobs
by orange_county 860 days ago
How are they getting the prices for these? Is this run by Trader Joe’s? I hope someone isn’t manually updating these.

Also won’t prices differ by location? So many questions.

2 comments

Source code here: https://github.com/cmoog/traderjoes

Discussion of regional price differences in other comments.

Looks like it is a GraphQL API from TJs.

  url <- HTTP.parseRequest "https://www.traderjoes.com/api/graphql"
https://github.com/cmoog/traderjoes/blob/master/Prices.hs#L8...