POST
/
scrape
curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v1/scrape \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://www.amazon.com/dp/B0DYTF8L2W",
  "formats": [
    "json"
  ],
  "parserName": "amzProductDetail",
  "bizContext": {
    "zipcode": "10041"
  }
}'
{
  "code": 0,
  "message": "ok",
  "data": {
    "json": [
      {
        "code": 0,
        "data": {
          "items": [
            {
              "type": "related_searches",
              "items": [
                {
                  "text": "Medium · Fasrin AleemMedium · Fasrin AleemJava works in the same way, . The Java Virtual Machine can then compile the bytecode into machine code (JVM).",
                  "type": "organic",
                  "title": "Let's Understand Java. How Java Works? | by Fasrin Aleem",
                  "url": "https://medium.com/nerd-for-tech/lets-understand-java-261b2e6bcf2e"
                },
                {
                  "text": "Microsoft Azure › cloud-computing-dictionaryMicrosoft Azure › cloud-computing-dictionaryGet a beginner's guide to the Java programming language.  to build apps and programs and discover the features and benefits of Java.",
                  "type": "organic",
                  "title": "What is Java?—Beginner's Guide to Java",
                  "url": "https://azure.microsoft.com/en-us/resources/cloud-computing-dictionary/what-is-java-programming-language"
                },
                {
                  "text": "People also askWhat is Java and how does it work?What is the working process of Java?How does Java really work?How to print 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 in Java?Feedback",
                  "type": "organic",
                  "title": ""
                },
                {
                  "text": "Amazon Web Services › ... › Developer ToolsAmazon Web Services › ... › Developer ToolsHow does Java work? · 1. . This is the front-end communication between the developer and the Java platform. · 2. Java Virtual Machine. This ...",
                  "type": "organic",
                  "title": "What is Java? - Java Programming Language Explained",
                  "url": "https://aws.amazon.com/what-is/java/"
                },
                {
                  "text": "Scaler › topics › how-java-program-worksScaler › topics › how-java-program-worksJava is an object oriented programming language. In this article by Scaler topics covers  and also discuss the execution of Java ...",
                  "type": "organic",
                  "title": "How Java Program Works?",
                  "url": "https://www.scaler.com/topics/java/how-java-program-works/"
                },
                {
                  "text": "GeeksforGeeks › java › how-jvm-works-...GeeksforGeeks › java › how-jvm-works-... — May 21, 2025JVM ( Virtual Machine) runs  applications as a run-time engine. JVM is the one that calls the main method present in a  code.",
                  "type": "organic",
                  "title": "How JVM Works - JVM Architecture",
                  "url": "https://www.geeksforgeeks.org/java/how-jvm-works-jvm-architecture/"
                },
                {
                  "text": "Videos12:03YouTube Telusko ·#4 How Java WorksYouTube Telusko ·Jan 16, 2023 by converting code into bytecode, which is executed by JVM. JVM is platform-dependent, but  is platform-independent because it requires only JVM.8:50YouTube Soham Kamani ·How does Java Actually Work? (JVM, JDK, and JRE explained)YouTube Soham Kamani ·Nov 3, 2024Learn how  under the hood, including bytecode compilation, the  Virtual Machine (JVM), the  Runtime Environment (JRE), and the  Development Kit (JDK).4:02YouTube Java Guides ·How Java WorksYouTube Java Guides ·Jun 9, 2025 by converting human-readable code to bytecode, which is then executed by the JVM, making it portable and efficient.FeedbackView all",
                  "type": "organic",
                  "title": "",
                  "url": "https://www.youtube.com/watch?v=NHrsLjhjmi4"
                },
                {
                  "text": "W3Schools › java › java_introW3Schools › java › java_intro is a popular programming language, created in 1995. It is owned by Oracle, and more than 3 billion devices run Java. It is used for: Mobile applications ( ...",
                  "type": "organic",
                  "title": "Introduction to Java",
                  "url": "https://www.w3schools.com/java/java_intro.asp"
                },
                {
                  "text": "GitHub › modules › How-Java-...GitHub › modules › How-Java-...Much like C, . When you compile a Java file, the Java Development Kit (JDK) compiles your code, producing a .class file. The .class ...What is code?Advantages and...Translation MetaphorHow Java works (finally)",
                  "type": "organic",
                  "title": "How Java Works",
                  "url": "https://sde-coursepack.github.io/modules/java/How-Java-Works/"
                },
                {
                  "text": "Reddit · r/learnprogrammingReddit · r/learnprogramming, like C++. It takes in a computer program and spits out a list of machine operations and parameters.",
                  "type": "organic",
                  "title": "How does Java code actually work? : r/learnprogramming",
                  "url": "https://www.reddit.com/r/learnprogramming/comments/axbmo8/how_does_java_code_actually_work/"
                },
                {
                  "text": "GeeksforGeeks › java › introduction-to-j...GeeksforGeeks › java › introduction-to-j... — Jul 23, 2025 is a high-level, object-oriented programming language developed by Sun Microsystems in 1995. It is platform-independent, which means we can write code ...Java, and C++Java FeaturesJava CompilerLearn Java - A Beginners...",
                  "type": "organic",
                  "title": "Introduction to Java",
                  "url": "https://www.geeksforgeeks.org/java/introduction-to-java/"
                }
              ]
            },
            {
              "type": "related_searches",
              "items": [
                "How java work step by step",
                "How java work for beginners",
                "Features of Java",
                "What is Java programming used for",
                "Java tutorial",
                "Java compiler",
                "What is Java language",
                "History of Java"
              ]
            }
          ]
        },
        "message": "ok"
      }
    ],
    "url": "https://www.amazon.com/dp/B0DYTF8L2W",
    "taskId": "16f1670f61fd4d1083b755d4aabdb281"
  }
}

积点消耗说明

formats参数消耗积点数
获取解析后的字段json1个/次
获取源文件rawHtmlmarkdown0.75个/次

Authorizations

Authorization
string
header
required

Bearer token authentication 登录 https://tool.pangolinfo.com/ 获取Token

Body

application/json

用于接口任务提交的信息

The body is of type object.

Response

200 - application/json

成功返回示例

The response is of type object.