6 ms·
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
by orange_county 3y 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.
- cmoog 3y agoSource code here: https://github.com/cmoog/traderjoes https://github.com/cmoog/traderjoes Discussion of regional price differences in other comments.
- ElijahLynn 3y agoLooks 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#L87 https://github.com/cmoog/traderjoes/blob/master/Prices.hs#L8...