Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic Product Fallback Info #11

Open
dhulihan opened this issue Nov 7, 2012 · 4 comments
Open

Generic Product Fallback Info #11

dhulihan opened this issue Nov 7, 2012 · 4 comments

Comments

@dhulihan
Copy link
Collaborator

dhulihan commented Nov 7, 2012

When someone tries to fetch product information from a URL that isn't supported by a model, fletcher should return generic fallback information composed of the following:

  • name: based on page title (meta tag)
  • price: search page for first $... string
  • images: all images on page.
@davidcollom
Copy link

wouldn't all images on the page be a little excessive? also what about other currencies? GBP, EUR, YEN....? cross selling or related items may be higher in the source then the actual item/product price.

agreed with the title, this should be implemented, maybe fall back to meta description of exists?

@dhulihan
Copy link
Collaborator Author

dhulihan commented Nov 8, 2012

Agreed, it's hard to pull relevant images, so that may be out. Pulling description from meta is a good idea.

As far as price goes, we could also check for standardized meta information, like the the presence of Open Graph Protocol tags, etc. Just a thought.

Have you played with the amazon wishlist bookmarklet? They're able to parse an arbitrary price pretty accurately.

@davidcollom
Copy link

Agreed on opg, brilliant idea. amazon are possibly passing things into a readability and then scanning for currency symbols?

@oyeanuj
Copy link

oyeanuj commented Dec 18, 2015

@dhulihan @hulihanapplications Any updates on this ticket? This would be invaluable given the prolificity of stores today?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants