ASIN for Amazon Author - amazon

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 hours ago.
Improve this question
For any product on Amazon.com you can link to the product with the url:
https://www.amazon.com/dp/[ASIN]
A URL for a Author on Amazon.com seems to be:
https://www.amazon.com/[FirstName-LastName/e/[ASIN]
Does anyone know of a way to programmatically find the ASIN for an author without using the Product Advertising API?
Thanks,
Eric

How to find author of "book by ASIN (or ISBN-10)" at amazon.com
Fetch https://www.amazon.com/dp/${BOOK_ASIN} web/html page.
Use XPath to get //*[#id="bylineInfo"]//a[#class="a-link-normal contributorNameID"]/#href
I think it covers most cases but expect amazon to change page format from time to time.
https://learn.microsoft.com/en-us/troubleshoot/dotnet/framework/query-xpathdocument-xpath-csharp

Related

Summary of times users have used a service [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 days ago.
Improve this question
My data currently looks like the below image, essentially a list of all clients (1 shown here), their users and the number of times that user has interacted with our service
What I need is to have a list of clients and the aggregate users who have used our service 1, 2 or 3+ times.
Im sure there is a simple answer to this but I have tried count/countif/distinctcountif but Im not having much luck

How to view instagram profile picture in full-size? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I was able to view and download a person's full sized, high resolution profile picture on Instagram until even a few days ago. I usually remove the 's150x150' from the URL and it worked fine for me. But now when I try the same thing I get a error saying 'Invalid URL signature'. I don't know what's happened. Can someone find me a solution for this problem? Or an alternate method maybe?
replace "150x150" with 720x720 and remove /vp/ from the link.it should work.
You can even set the prof. pic size to its high resolution that is '1080x1080'
replace "150x150" with 1080x1080 and remove /vp/ from the link.

When searching through emails in Gmail, how to always exclude hangouts (-in:chats) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
Every time I want to search through my email, it's slow as can be, because it's also searching through my hangouts history.. I receive hundreds of messages a day, and searching through mail has become quite the chore. Every time I'll have to append:
-in:chats
to the search terms. Is there any way for Gmail to stop searching through my hangouts, unless I specify it? in:chats?
Was struggling with similar problem. Then asked myself, the Search Function must be found in the Search box itself.
If you click in the search box, you will see an arrow on the right, click on it, and a small box appears.
"Don't include chats"
There you go !

Google search operators to find out of stock Amazon products [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 days ago.
Improve this question
I need to identify "Out of Stock" Amazon product listings for acrylic paints.
I am using the Google search operator:
site:amazon.com -inurl:feature.html acrylic paint "We don't know when or if this item will be back in stock."
I'm using "-inurl:feature.html" to remove best seller lists.
And "We don't know when or if this item will be back in stock." to display only out of stock items.
But the results are still too general. Does anyone know how I can only show results from the "Arts, Crafts & Sewing" category? I tried including that into the search string, but since that phrase appears on all pages it did not work.
Or maybe someone has a better way to do this instead of using Google?
just add "Arts, Crafts & Sewing" to the query :) it works for me.
like this:
site:amazon.com -inurl:feature.html acrylic paint "We don't know when or if this item will be back in stock." "Arts, Crafts & Sewing"

Instagram 30 # Limit - Can't Delete Comments Containing 30th Hashtag [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Instagram has a 30-hashtag limit for every post. In the latest release (version 5.0.2) once you post a comment with the 30th hashtag, you cannot remove that comment.
From smartphone or desktop, after clicking the trash can icon as you normally would, the comment containing the 30th hashtag will disappear as if it were deleted, however, upon refreshing the page, the comment will return. Any other non-hashtag comments made thereafter will post and delete as normal...
Any one experience this? Anyone have a solution?
Thanks for your help,
#nperspectiv
Instagram help only has this one article: http://help.instagram.com/249533351836449

Resources