Amazon Book Metadata with Multiple AI Options

Copies Amazon book metadata to JSON for both physical and ebooks, with multiple AI-powered category selection options

Auteur
Snowman King
Installations quotidiennes
0
Installations (total)
6
Notes
0 0 0
Version
1.0.2
Créé
21/10/2024
Mis à jour
22/10/2024
Licence
MIT
S'applique à

Amazon Book Metadata Extractor for Physical Books and Ebooks

This script enhances your Amazon book browsing experience by adding a convenient button to extract comprehensive metadata from book pages. It's perfect for users who want to streamline the process of cataloging books on MAM or any other site that uses the same json parser. If you don't know what MAM is, don't ask, as that means this script won't help you.

Features:

  • Extracts detailed metadata including title, authors, description, series info, and ISBN numbers
  • Appends ISBN information to the end of descriptions for better cataloging
  • Advanced category matching using direct mapping, scoring, or AI-powered selection
  • Cleans up author names by removing titles, credentials, and academic honorifics
  • Formats additional tags with edition info, page count, publication date, and publisher
  • Handles both physical books and ebooks seamlessly
  • Copies metadata to clipboard in JSON format
  • Supports high-resolution cover image extraction

How to Use:

  1. Install the script using Tampermonkey or another userscript manager
  2. Navigate to any Amazon book page
  3. Look for the "Copy Book Metadata" button in the bottom-right corner of the page
  4. Click the button to copy the metadata to your clipboard

Customization:

You can customize the script by modifying the following constants at the top of the script:

  • CATEGORY_SELECTION_METHOD: Choose between direct mapping (1), scoring method (2), or AI-based selection (3)
  • AI_MODEL: Select your preferred AI model when using AI-based selection:
    • 0: None (falls back to direct mapping)
    • 1: ChatGPT (OpenAI)
    • 2: Meta Llama
    • 3: Google Gemini 128K
    • 4: Mistral AI
    • 5: Google Gemini 1M
    • 6: Anthropic Claude 3

Compatibility:

This script is compatible with all Amazon regional domains and works with both physical book and ebook pages.

Notes:

  • This script is intended for personal use and cataloging purposes
  • When using AI-based category selection, you'll need to provide your own API keys
  • Please respect copyright laws and terms of service when using extracted metadata
  • For any issues or feature requests, please comment on the script page on MAM

Enjoy easier book cataloging with this metadata extractor!