Jump to content

Auto Search Sites And Send Alerts


alocke79

Recommended Posts

As a consultant, I sometimes have requests for interesting apps. I have seen a couple of apps that do this, mainly for mobile phones, and all specific to Craigslist.

The goal of my small business client, that is mostly a reseller, is to have an application that searches open commerce forums such as Craigslist, Backpage.com, eBay, etc. Once a keyword is found, such as "ipad", the application will send a notification with a link. The notification can be email based, txt message, or even a web interface that refreshes frequently and uses some basic popup.

Not being a coder (yet), I'm looking for third party apps that can do this. Or, since this is not a rush job, advice on a language and reference material I can use to make this a learning project for myself.

Thanks in advance,

Alex

Link to comment
Share on other sites

Depending on how this would be done, I can think of a few ways to start it off. One would be a cron job or scheduled job that starts a page, php or curl script that scrapes sites you tell it to check. Now, something like craigslist, I guess you would need to spider its results, say from a pre made search url, then spider links on the page, index them for record purposes so not to check them every visit and only look for new unique posts, then scrape those pages, search your terms, then email you the page its found on. Doesn't sound too difficult, but I'm also not a programmer, but I imagine wouldn't take someone too long to put it all together.

You could even just have it as a static php page that you visit whenever you want to check for results ahead of schedule to check your search phrases, and it would run whenever you visit the url manually.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...