This post is for those who work on Amazon and use AMZ Suggestion Expander to search for keyword phrases that Amazon would suggest before and after the keywords you have entered.
How do you export those keywords? Do you take the screenshot and then manually type them out in the spreadsheet? Below is how I do it. It may be a bit technical. Please share if there is a shorter way.
We will need three tools:
- AMZ Suggestion Expander. Duh.
- A notepad application with a search / replace function. I am using “Programmer’s Notepad”.
- HTML Stripper app. Search for “Online HTML Stripper” in Google.
Procedure:
- Go to Amazon.com, and type your keyword in the search box.
- When AMZ Suggestion Expander shows the suggestions, point the mouse pointer at the first suggestion, right click, and then left click on “Inspect”.
- Left click on ‘<div id=”suggestions-template”…’, right click, and then select “Copy -> Copy element”.
- Go to the HTML Stripper App, paste the contents, then click on “Strip HTML”.
- Copy and paste the contents of the stripped HTML inside the “Programmer’s Notepad” app.
- Ctrl + H to show the Find/Replace box.
- Check “Regular expression”.
- In the Find box, type: \?
- In the Replace box, type: \n
- Click “Replace All”.
- Remove “Keywords Before”, “Keywords After”, and “Other” from the results.
- Done.
Let me know if there is any confusion, and I will post screenshots. If you have a better way, do share.