Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
email_spider:add_new_search_engine [2013-08-29 07:17] svenemail_spider:add_new_search_engine [2015-07-15 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +{{indexmenu_n>4}}
 ====== Add a new Search Engine ====== ====== Add a new Search Engine ======
  
-Let's say you want to add a new search engine like http://www.ebay.com/. Than you have to perform the following Steps:+Let's say you want to add a new search engine like [[http://www.ebay.com/|ebay]]. Than you have to perform the following Steps:
  
 ===== 1. Finding the Right URL to Use ===== ===== 1. Finding the Right URL to Use =====
Line 7: Line 8:
  
   * Open that URL in your browser and do a search of your choice that actually delivers many results   * Open that URL in your browser and do a search of your choice that actually delivers many results
-  * Right click on the page 2 link and copy that URL+{{ :email_spider:email_spider_new_search_engine_browser1.png?nolink&600 |}}
  
-__You should now have an URL like this one__:\\ +  * Right click on the page 2 link and copy that URL 
 +{{ :email_spider:email_spider_new_search_engine_browser2.png?nolink&600 |}} 
 +   
 +**__You should now have an URL like this one__**:\\ 
 %%http://www.ebay.com/sch/i.html?_from=R40&_sacat=0&_nkw=%%**<color red>software</color>**&_pgn=**<color orange>2</color>**&_skc=50&rt=nc %%http://www.ebay.com/sch/i.html?_from=R40&_sacat=0&_nkw=%%**<color red>software</color>**&_pgn=**<color orange>2</color>**&_skc=50&rt=nc
  
Line 17: Line 21:
   * **<color orange>2</color>** is the page number and must be exchanged with the place holder **<color orange>%page%</color>**\\ You can recognize this parameter by having a look at page 2,3,4... and see what numbered parameter increases. Usually it increases by 1 or by the numbe rof links you see on the page.   * **<color orange>2</color>** is the page number and must be exchanged with the place holder **<color orange>%page%</color>**\\ You can recognize this parameter by having a look at page 2,3,4... and see what numbered parameter increases. Usually it increases by 1 or by the numbe rof links you see on the page.
  
-__You new URL will look like this now__:\\ +**__You new URL will look like this now__**:\\ 
 %%http://www.ebay.com/sch/i.html?_from=R40&_sacat=0&_nkw=%%**<color red>%search%</color>**&_pgn=**<color orange>%page%</color>**&_skc=50&rt=nc %%http://www.ebay.com/sch/i.html?_from=R40&_sacat=0&_nkw=%%**<color red>%search%</color>**&_pgn=**<color orange>%page%</color>**&_skc=50&rt=nc
  
Line 26: Line 30:
 ==== 2.1. Search Engines with external Result-Links ==== ==== 2.1. Search Engines with external Result-Links ====
  
-These will give you results of external links not belonging to the same domain as the search engine (e.g. google.com). In that case you copy all Links that have nothing to do with the results and make a big mask out of it. Copy just something from the domains that are irrelevant like:\\ +These will give you results of external links not belonging to the same domain as the search engine (e.g. google.com). In that case you copy all Links that have nothing to do with the results and make a big mask out of it.\\  
 + 
 +**__Copy just something from the domains that are irrelevant like__**:\\ 
 atdmt.com|google.|googleusercontent.|googleusercontent.|youtube.|blogger.com|schema.org atdmt.com|google.|googleusercontent.|googleusercontent.|youtube.|blogger.com|schema.org
  
Line 36: Line 42:
      
  
-  - http://www.ebay.com/itm/Microsoft-Office-2010-Home-and-Student-Retail-Box-3-PCs-NEW-/290923163259?pt=US_Office_Business_Software&hash=item43bc5f2e7b +  - %%http://www.ebay.com/itm/Microsoft-Office-2010-Home-and-Student-Retail-Box-3-PCs-NEW-/290923163259?pt=US_Office_Business_Software&hash=item43bc5f2e7b%% 
-  - http://www.ebay.com/itm/Microsoft-Windows-7-Home-Premium-32-64-Bit-Upgrade-2-DVDs-/261269844948?pt=US_Operating_Systems_Software&hash=item3cd4e573d4 +  - %%http://www.ebay.com/itm/Microsoft-Windows-7-Home-Premium-32-64-Bit-Upgrade-2-DVDs-/261269844948?pt=US_Operating_Systems_Software&hash=item3cd4e573d4%% 
-  - http://www.ebay.com/itm/Microsoft-Office-2010-Home-and-Student-Product-Key-Card-PKC-Retail-79G-02020-NEW-/290923160299?pt=US_Office_Business_Software&hash=item43bc5f22eb+  - %%http://www.ebay.com/itm/Microsoft-Office-2010-Home-and-Student-Product-Key-Card-PKC-Retail-79G-02020-NEW-/290923160299?pt=US_Office_Business_Software&hash=item43bc5f22eb%%
  
 Exchange everything they have not in common with a "*". Exchange everything they have not in common with a "*".
  
-__Now you should have an URL like this one__:\\  +**__Now you should have an URL like this one__**:\\  
-http://www.ebay.com/itm/*/*?pt=*&hash=item*+%%http://www.ebay.com/itm/*/*?pt=*&hash=item*%%
  
 +===== 3. Putting it all together =====
  
 +{{:email_spider:email_spider_new_search_engine.png?nolink|}}