Home > C/C++, Delphi, Python, Visual Basic > Link Extractor With Filter

Link Extractor With Filter

July 16th, 2009

I am looking for a programmer who can make a simple tool that extracts links from webpages or files that contain the filter specified. Basically the tool should do the following:

The tool will basically have 3 controls:
- A textarea where you can enter an url (or multiple urls) OR you can browse a file (or multiple files) on the harddisk (or do both)
- An input field where you can enter a filter
- A button that says “Extract”

For example lets say we enter the url http://www.google.com and the filter *mail.*.com* and click on the “Extract” button, the tool will search the url http://www.google.com for links which contains the filter and shows a list of the links it has found. For this case it would show http://mail.google.com (and probably more)

The option to save the links it extracted IS NOT needed and optional, i only want the tool to show the files in a window where i can copy and paste them.

PLEASE NOTE:

- It should not only search the html code for <a href> but it should extract anything that starts with http:// also for example if there is a <img src=http://>
- I am NOT looking for a php (curl) script or ASP script, it has to be an executable file i can run on my own pc.

Please message me first before you bid. If something is not clear then please do not hesitate to ask me.

Thank you.

Jim


Link Extractor With Filter

Comments are closed.
Bear