Examples of what you can do:
- Parsing with a sample URL
- Extreme pagination (fast forward or fast rewind)
- Tweaking Amazon's URL to get the best bargins!
- Watch YouTube videos which requires login or signup
Tweaking Amazon's URL to get the best bargins!
Step 1: Find the Amazon department where you want to find bargins.
The text of the full URL for the "Laptop Computers & Netbooks" department (shown above) is:
http://www.amazon.com/Notebooks-Laptop-Computers/b/ref=sd_allcat_lapnet?ie=UTF8&node=565108
Step 2: Find the node id associated with your Amazon department
Parsing a URL through this website means breaking it into meaningful pieces that you can edit and tweak. For example, parsing the URL above shows you the breakdown below. (In this example it's 565108).
It turns out that there is a trick that allows you quickly find the bargins in a given category by using the following URL template:
http://www.amazon.com./gp/search/?node=&pct-off=75-99
Step 3: Parse the template URL above using URLParser.com. Click here to see the result of parsing the URL above. You'll see the following result:
Step 4: Enter your Amazon department node id as the value for the key "node". In this example, the value (as shown in step 1 above) is 565108
As you modify any of the fields of the parsed URL, the correponding result URL is adjusted automatically as shown below.
The result URL is clickable. In this case it will take you to Amazon's "Computers & Accessories > Laptops > 75% to 99% off" page.
Through URLParser.com it's easy to parse and edit any URL, especially with either the Bookmarklet or Firefox Add-On.