Earlier quoted context omitted.
>but in the end, it still wouldn't have mattered if I couldn't figure out how to acquire users In EU there are many price comparison engines with millions or billions of products. I don't know how popular they are. Some monetize trough ads, some have partnership with stores and you can buy directly from the search results. I generally search first on the local Amazon equivalent, if I don't like what I see, I search o…
What do you consider the local Amazon variant? And which country?
Show HN: I scraped 25M Shopify products to build a search engine
221–230 of 286 posts
Re: Show HN: I scraped 25M Shopify products to build a search engine
#222Cool project! As 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!
Re: Show HN: I scraped 25M Shopify products to build a search engine
#223Cool project! As 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!
Re: Show HN: I scraped 25M Shopify products to build a search engine
#224Earlier quoted context omitted.
Does it matter? Or you can't do anything not explicitly allowed by law? Shopify is the company spotted in so many shenanigans, so anything that undermines it's business I would personally welcome very well.
It matters when you get sued.
Re: Show HN: I scraped 25M Shopify products to build a search engine
#225Earlier quoted context omitted.
Great suggestions, looking into this right now. First time building something like this so definitely new to some of these tools. For scraping: Found that every Shopify store has a public JSON file that is available in the same route. The JSON file appears on the [Base URL]/products.json. For example, the store for Wild Fox has their JSON file available here: https://www.wildfox.com/products.json . Built a crawler in…
> site called "Built With", Do you have Alink. And are they any good?
Re: Show HN: I scraped 25M Shopify products to build a search engine
#226Earlier 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?
Re: Show HN: I scraped 25M Shopify products to build a search engine
#227Re: Show HN: I scraped 25M Shopify products to build a search engine
#228Super cool!!!
Looking into all options right now. A tradeoff between current stability, price, and performance.
Re: Show HN: I scraped 25M Shopify products to build a search engine
#229Earlier quoted context omitted.
What do you consider the local Amazon variant? And which country?
Emag in Romania. I hate it, they bought most of the competition, they did a lot of anticompetitive things, but it's really easy to buy from them.
Re: Show HN: I scraped 25M Shopify products to build a search engine
#230Neat project though!