TwelvestoneBack End

metasearch engines??


Sign in

  • Waiting for Godot ( 730 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 5.1 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.9 k posts )
    general front end design an...
  • Back End ( 9.7 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
cfoley
 
2011-12-24

What would be involved in making a site like indeed.com or kayak.com?

I've been working on a recipe site for a while and thought it may be cool to add in results from other sites too like food.com, allrecipes.com etc.

As far as I can tell they don't have their own apis and their metadata is largely lacking. I looked into Google custom search api but I want total control over display.

Any ideas?

the real me
 
2011-12-25

The only issue is getting the data, really. If they don't have an api then that pretty much just leaves scraping. Once you have the data it's easy, just use solr or some other search platform.

I don't know what languages you use but I've used a python library called scrapy a couple of times. It seems pretty decent.

Stinky
 
2011-12-25

Anemone is pretty badass, but it's a ruby library.

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneBack End

metasearch engines??