Show HN: I scraped 25M Shopify products to build a search engine
131–140 of 286 posts
Re: Show HN: I scraped 25M Shopify products to build a search engine
#132Earlier quoted context omitted.
Scraper is built in Javascript and a Mongo database. Probably not the most scalable way to do it, but I found that all Shopify stores have a public JSON file available at [Base URL]/products.json. So found a list of stores, built a crawler to go store-by-store, and standardized the data on my end. Here's an example: https://www.wildfox.com/products.json
How did you detect that it was a Shopify store?
Or an even better way I’ve done in the past (to check which competitor’s platform a list of prospects is using in bulk) is just to use the DNS — a Shopify shop will be CNAMEd to a certain Shopify hostname.
Re: Show HN: I scraped 25M Shopify products to build a search engine
#133For those unaware, Shopify already has platform wide search. You can use https://shop.app/ (or the app), and it also has some chatbot thing that can offer suggestions
Re: Show HN: I scraped 25M Shopify products to build a search engine
#134I hope you have better luck than I did! A few years ago, my partner and I built vendazzo.com (now defunct). It was an e-commerce search engine on products listed on Shopify shops (sound familiar? :)). At the time, we had > 100m products listed, and I don't remember how many shops we were indexing.. over 100k I think, but we had access to over a million. Overall, I think your approach is very similar to ours, but we m…
Re: Show HN: I scraped 25M Shopify products to build a search engine
#135Re: Show HN: I scraped 25M Shopify products to build a search engine
#136I hope you have better luck than I did! A few years ago, my partner and I built vendazzo.com (now defunct). It was an e-commerce search engine on products listed on Shopify shops (sound familiar? :)). At the time, we had > 100m products listed, and I don't remember how many shops we were indexing.. over 100k I think, but we had access to over a million. Overall, I think your approach is very similar to ours, but we m…
What strategies did you consider or implement to attract more users, and what would you do differently now to ensure better user acquisition?
We spent time posting in forums helping people find items they were looking for, and we had a few posts here on HN that generated short-lived, explosive traffic bursts. I remember those days we had posts get picked up on HN, it was always an exciting night!
We were looking at influencers and getting our name getting bloggers to talk about us, but, again, without capital, our options were very limited here. I'm sure someone with more of a marketing background would have found a bunch of ways we could have generated organic user growth, but neither me or my business partner had that skill set.
If I were to do it again, I think I would try to get someone with a marketing background involved to help gain traction. Without that, even the best product in the world will die of starvation if no one finds it.
Re: Show HN: I scraped 25M Shopify products to build a search engine
#137How many stores are represented in index.
Re: Show HN: I scraped 25M Shopify products to build a search engine
#138"There's about 25 million products on Agora right now." How many stores are represented in index.
Seems he is indexing nearly 650k shops.
Re: Show HN: I scraped 25M Shopify products to build a search engine
#139You should def give Algolia and Typesense a try. You can get 10k in free Algolia credits for the first year too via Secret (startup deals site).
Re: Show HN: I scraped 25M Shopify products to build a search engine
#140As you scale, you may benefit from these two projects I maintain, and the Big Tech uses :)
https://github.com/unum-cloud/usearch - for faster search
https://github.com/unum-cloud/uform - for cheaper multi-lingual multi-modal embeddings
Feel free to reach out with feedback and feature requests!