{
  "openapi": "3.1.0",
  "info": {
    "title": "GGWP API Hub",
    "description": "All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.",
    "version": "1.0.0",
    "x-guidance": "GGWP API Hub provides 189 pay-per-call endpoints across social media, jobs, finance, crypto, and developer tools. Use POST for all endpoints. Payment is in USDC on Base chain via x402 protocol.",
    "contact": {
      "email": "sna4an@proton.me"
    }
  },
  "paths": {
    "/api/active-jobs": {
      "post": {
        "summary": "Active jobs database - real-time postings",
        "tags": [
          "Jobs & LinkedIn"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.103779"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ai-overviews": {
      "post": {
        "summary": "AI overviews - search summaries",
        "tags": [
          "Tools & Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.192572"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/alpha-vantage": {
      "post": {
        "summary": "Alpha Vantage - stocks, forex, crypto",
        "tags": [
          "Finance & Stocks"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.13524"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/amazon-data": {
      "post": {
        "summary": "Amazon data - prices, reviews, availability",
        "tags": [
          "Tools & Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.133528"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/barcodes1": {
      "post": {
        "summary": "Barcode API - generate, scan, lookup",
        "tags": [
          "Tools & Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.098561"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/bin-ip": {
      "post": {
        "summary": "BIN/IP checker - geolocation data",
        "tags": [
          "Tools & Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.100776"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/coinranking1": {
      "post": {
        "summary": "Coinranking - crypto prices, market caps",
        "tags": [
          "Crypto & Web3"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.19289"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/domain-check": {
      "post": {
        "summary": "Domain authority checker - DA, PA metrics",
        "tags": [
          "Tools & Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.174092"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/domain-checker": {
      "post": {
        "summary": "Domain metrics - authority, spam score",
        "tags": [
          "Tools & Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.177064"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/flashapi1": {
      "post": {
        "summary": "FlashAPI - utility data lookups",
        "tags": [
          "Tools & Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.166294"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/football-prediction": {
      "post": {
        "summary": "Football predictions - odds, tips",
        "tags": [
          "Tools & Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.060059"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/gmailnator": {
      "post": {
        "summary": "Temporary email generation and inbox",
        "tags": [
          "Tools & Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.168414"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/google-ai": {
      "post": {
        "summary": "Google AI overviews - SGE summaries",
        "tags": [
          "Tools & Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.163732"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-api-120": {
      "post": {
        "summary": "Instagram API - profile info, post details",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.168769"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-api-68": {
      "post": {
        "summary": "Instagram API - user data, analytics",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.093025"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-fast": {
      "post": {
        "summary": "Fast Instagram scraper",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.158264"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-looter": {
      "post": {
        "summary": "Instagram data extraction - profiles, media, reels",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.153804"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-stable": {
      "post": {
        "summary": "Instagram scraper - profiles, posts, stories",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.174791"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/indian-stock-exchange": {
      "post": {
        "summary": "Indian stock exchange - NSE/BSE quotes",
        "tags": [
          "Finance & Stocks"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.150167"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/indian-stock-market": {
      "post": {
        "summary": "Indian market data - NSE, BSE, MCX",
        "tags": [
          "Finance & Stocks"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.133582"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/job-feed": {
      "post": {
        "summary": "Job posting feed - aggregated listings",
        "tags": [
          "Jobs & LinkedIn"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.197695"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/li-scraper": {
      "post": {
        "summary": "LinkedIn data scraper - profiles",
        "tags": [
          "Jobs & LinkedIn"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.19648"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/li-scraper-v2": {
      "post": {
        "summary": "LinkedIn scraper v2 - enhanced extraction",
        "tags": [
          "Jobs & LinkedIn"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.192686"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/linkedin-blitzapi": {
      "post": {
        "summary": "LinkedIn B2B enrichment",
        "tags": [
          "Jobs & LinkedIn"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.12397"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/linkedin-bulk": {
      "post": {
        "summary": "LinkedIn bulk scraper - batch extraction",
        "tags": [
          "Jobs & LinkedIn"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.063915"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/linkedin-sales-nav": {
      "post": {
        "summary": "LinkedIn Sales Navigator data",
        "tags": [
          "Jobs & LinkedIn"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.137103"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/linkedin-scraper": {
      "post": {
        "summary": "LinkedIn scraper - profiles, companies",
        "tags": [
          "Jobs & LinkedIn"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.162607"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/medium2": {
      "post": {
        "summary": "Medium API - articles, profiles, publications",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.093146"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/pretrade": {
      "post": {
        "summary": "Pre-trade analysis - signals, order flow",
        "tags": [
          "Finance & Stocks"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.183658"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/raydium-radar": {
      "post": {
        "summary": "Raydium memecoin radar - live detection",
        "tags": [
          "Crypto & Web3"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.053727"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/realtime-news": {
      "post": {
        "summary": "Real-time breaking news and headlines",
        "tags": [
          "Tools & Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.111501"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/seeking-alpha": {
      "post": {
        "summary": "Seeking Alpha - analysis, earnings, research",
        "tags": [
          "Finance & Stocks"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.158895"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/seeking-alpha-finance": {
      "post": {
        "summary": "Seeking Alpha Finance - ratings, forecasts",
        "tags": [
          "Finance & Stocks"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.080934"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/solana-portfolio": {
      "post": {
        "summary": "Solana wallet portfolio - balances, NFTs",
        "tags": [
          "Crypto & Web3"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.072172"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/solana-risk-scanner": {
      "post": {
        "summary": "ApeGuard - Solana token risk scanner",
        "tags": [
          "Crypto & Web3"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.051647"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/tiktok-api": {
      "post": {
        "summary": "TikTok API - user info, video details, comments",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.113509"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/tiktok-fast": {
      "post": {
        "summary": "Fast TikTok scraper",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.051037"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/tiktok-scraper": {
      "post": {
        "summary": "Scrape TikTok user profiles and videos",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.108646"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-241": {
      "post": {
        "summary": "Twitter API - tweets, timeline, engagement",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.184534"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-aio": {
      "post": {
        "summary": "Twitter all-in-one - search, data, analytics",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.162274"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-api-45": {
      "post": {
        "summary": "Twitter API - search, profiles, hashtags",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.183636"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-api-47": {
      "post": {
        "summary": "Twitter/X API - user info, tweets, trending",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.199084"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-v2": {
      "post": {
        "summary": "Twitter API v1.1/v2 - full access",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.168718"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/wallet-validator": {
      "post": {
        "summary": "Crypto wallet validator - multi-chain",
        "tags": [
          "Crypto & Web3"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.150813"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/web-contacts": {
      "post": {
        "summary": "Website contacts - emails, phones",
        "tags": [
          "Tools & Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.112542"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/web-social": {
      "post": {
        "summary": "Website social scraper - social links",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.131133"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/workday-jobs": {
      "post": {
        "summary": "Workday jobs - search listings",
        "tags": [
          "Jobs & LinkedIn"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.080706"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/yt-138": {
      "post": {
        "summary": "YouTube data API - metadata, channels, playlists",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.152203"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/yt-api": {
      "post": {
        "summary": "YouTube API - video info, channel data, search",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.128443"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/yt-downloader": {
      "post": {
        "summary": "Download YouTube videos and audio",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.103983"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/yt-v2": {
      "post": {
        "summary": "YouTube v2 API - search, stats, trending",
        "tags": [
          "Social Media"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.166572"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/coingecko-price": {
      "post": {
        "summary": "CoinGecko - crypto prices with 24h change",
        "tags": [
          "Crypto"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "ids": {
                    "type": "string"
                  },
                  "vs_currencies": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.197124"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/coingecko-markets": {
      "post": {
        "summary": "CoinGecko - top crypto markets",
        "tags": [
          "Crypto"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "vs_currency": {
                    "type": "string"
                  },
                  "per_page": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.143687"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/coingecko-coin": {
      "post": {
        "summary": "CoinGecko - detailed coin info",
        "tags": [
          "Crypto"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.138868"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/coingecko-trending": {
      "post": {
        "summary": "CoinGecko - trending coins 24h",
        "tags": [
          "Crypto"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.068908"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/weather-current": {
      "post": {
        "summary": "Open-Meteo - current weather by coords",
        "tags": [
          "Weather"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "lat": {
                    "type": "string"
                  },
                  "lon": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.063152"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/weather-forecast": {
      "post": {
        "summary": "Open-Meteo - 7-day forecast",
        "tags": [
          "Weather"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "lat": {
                    "type": "string"
                  },
                  "lon": {
                    "type": "string"
                  },
                  "days": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.071885"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/exchange-rates": {
      "post": {
        "summary": "ExchangeRate - latest rates",
        "tags": [
          "Finance"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "base": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08519"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/exchange-convert": {
      "post": {
        "summary": "ExchangeRate - convert currencies",
        "tags": [
          "Finance"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "from": {
                    "type": "string"
                  },
                  "to": {
                    "type": "string"
                  },
                  "amount": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.183689"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/country-info": {
      "post": {
        "summary": "REST Countries - info by ISO code",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "code": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.095663"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/country-search": {
      "post": {
        "summary": "REST Countries - search by name",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "name": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.111419"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/predict-age": {
      "post": {
        "summary": "Agify - predict age from name",
        "tags": [
          "AI"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "name": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.184866"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/predict-gender": {
      "post": {
        "summary": "Genderize - predict gender from name",
        "tags": [
          "AI"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "name": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.14536"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/predict-country": {
      "post": {
        "summary": "Nationalize - predict country from name",
        "tags": [
          "AI"
        ],
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "name": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x402Version": {
                      "type": "number"
                    },
                    "error": {
                      "type": "string"
                    },
                    "accepts": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.080501"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/aerodatabox": {
      "post": {
        "operationId": "get_aerodatabox",
        "summary": "Aerodatabox API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.061236"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/age-detector": {
      "post": {
        "operationId": "get_age_detector",
        "summary": "Age Detector API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.133489"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/asn-lookup": {
      "post": {
        "operationId": "get_asn_lookup",
        "summary": "Asn Lookup API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.191243"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/axesso-amazon": {
      "post": {
        "operationId": "get_axesso_amazon",
        "summary": "Axesso Amazon API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.150547"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/axesso-walmart": {
      "post": {
        "operationId": "get_axesso_walmart",
        "summary": "Axesso Walmart API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.05947"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/background-removal4": {
      "post": {
        "operationId": "get_background_removal4",
        "summary": "Background Removal4 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.180978"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/baseball-datafeeds": {
      "post": {
        "operationId": "get_baseball_datafeeds",
        "summary": "Baseball Datafeeds API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.172901"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/bb-finance": {
      "post": {
        "operationId": "get_bb_finance",
        "summary": "Bb Finance API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.187465"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/binance43": {
      "post": {
        "operationId": "get_binance43",
        "summary": "Binance43 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.185773"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/bionic-reading1": {
      "post": {
        "operationId": "get_bionic_reading1",
        "summary": "Bionic Reading1 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.073234"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/botometer-pro": {
      "post": {
        "operationId": "get_botometer_pro",
        "summary": "Botometer Pro API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.076242"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/cnbc": {
      "post": {
        "operationId": "get_cnbc",
        "summary": "Cnbc API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.055788"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/coingecko": {
      "post": {
        "operationId": "get_coingecko",
        "summary": "Coingecko API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "security": [],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.051938"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/cricbuzz": {
      "post": {
        "operationId": "get_cricbuzz",
        "summary": "Cricbuzz API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.069984"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/currency-conversion": {
      "post": {
        "operationId": "get_currency_conversion",
        "summary": "Currency Conversion API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.053331"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/defillama-bridges": {
      "post": {
        "operationId": "get_defillama_bridges",
        "summary": "Defillama Bridges API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "security": [],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.138073"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/dexscreener": {
      "post": {
        "operationId": "get_dexscreener",
        "summary": "Dexscreener API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "security": [],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.107388"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/domain-da-pa-check": {
      "post": {
        "operationId": "get_domain_da_pa_check",
        "summary": "Domain Da Pa Check API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.146958"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ebay-average-selling-price": {
      "post": {
        "operationId": "get_ebay_average_selling_price",
        "summary": "Ebay Average Selling Price API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.133972"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/email-validation": {
      "post": {
        "operationId": "get_email_validation",
        "summary": "Email Validation API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.121348"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/exchangerate-api": {
      "post": {
        "operationId": "get_exchangerate_api",
        "summary": "Exchangerate Api API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.057068"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/exercisedb": {
      "post": {
        "operationId": "get_exercisedb",
        "summary": "Exercisedb API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.174853"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/face-detection14": {
      "post": {
        "operationId": "get_face_detection14",
        "summary": "Face Detection14 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.132748"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/fantasy-stats": {
      "post": {
        "operationId": "get_fantasy_stats",
        "summary": "Fantasy Stats API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.061422"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/fetchsocial-scraper": {
      "post": {
        "operationId": "get_fetchsocial_scraper",
        "summary": "Fetchsocial Scraper API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.191022"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/general-detection": {
      "post": {
        "operationId": "get_general_detection",
        "summary": "General Detection API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.119965"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/global-finance": {
      "post": {
        "operationId": "get_global_finance",
        "summary": "Global Finance API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.103962"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-20251": {
      "post": {
        "operationId": "get_ig_20251",
        "summary": "Ig 20251 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.185463"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-api-scraper": {
      "post": {
        "operationId": "get_ig_api_scraper",
        "summary": "Ig Api Scraper API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.107705"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-cheapest": {
      "post": {
        "operationId": "get_ig_cheapest",
        "summary": "Ig Cheapest API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.112084"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-data19": {
      "post": {
        "operationId": "get_ig_data19",
        "summary": "Ig Data19 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.167195"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-downloader-scraper": {
      "post": {
        "operationId": "get_ig_downloader_scraper",
        "summary": "Ig Downloader Scraper API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.112276"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-downloader-stories1": {
      "post": {
        "operationId": "get_ig_downloader_stories1",
        "summary": "Ig Downloader Stories1 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.073833"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-downloader-stories4": {
      "post": {
        "operationId": "get_ig_downloader_stories4",
        "summary": "Ig Downloader Stories4 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.135702"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-downloader-v2": {
      "post": {
        "operationId": "get_ig_downloader_v2",
        "summary": "Ig Downloader V2 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.128745"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-downloader-videos-stories": {
      "post": {
        "operationId": "get_ig_downloader_videos_stories",
        "summary": "Ig Downloader Videos Stories API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.1279"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-media-api": {
      "post": {
        "operationId": "get_ig_media_api",
        "summary": "Ig Media Api API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.065865"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-profile-media": {
      "post": {
        "operationId": "get_ig_profile_media",
        "summary": "Ig Profile Media API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.159126"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-scraper-20251": {
      "post": {
        "operationId": "get_ig_scraper_20251",
        "summary": "Ig Scraper 20251 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.0976"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-scraper-20253": {
      "post": {
        "operationId": "get_ig_scraper_20253",
        "summary": "Ig Scraper 20253 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.101936"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-scraper-analytics": {
      "post": {
        "operationId": "get_ig_scraper_analytics",
        "summary": "Ig Scraper Analytics API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.188009"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-scraper-api": {
      "post": {
        "operationId": "get_ig_scraper_api",
        "summary": "Ig Scraper Api API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.120126"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-scraper-api12": {
      "post": {
        "operationId": "get_ig_scraper_api12",
        "summary": "Ig Scraper Api12 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.138473"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-scraper29": {
      "post": {
        "operationId": "get_ig_scraper29",
        "summary": "Ig Scraper29 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.168498"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-video-image-downloader": {
      "post": {
        "operationId": "get_ig_video_image_downloader",
        "summary": "Ig Video Image Downloader API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.15981"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig-viewer-api": {
      "post": {
        "operationId": "get_ig_viewer_api",
        "summary": "Ig Viewer Api API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.07728"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig360": {
      "post": {
        "operationId": "get_ig360",
        "summary": "Ig360 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.173025"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig39": {
      "post": {
        "operationId": "get_ig39",
        "summary": "Ig39 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.134422"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/ig452": {
      "post": {
        "operationId": "get_ig452",
        "summary": "Ig452 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.153204"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/influencer-scan": {
      "post": {
        "operationId": "get_influencer_scan",
        "summary": "Influencer Scan API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.115717"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/instagram-statistics": {
      "post": {
        "operationId": "get_instagram_statistics",
        "summary": "Instagram Statistics API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.092566"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/investing-cryptocurrency": {
      "post": {
        "operationId": "get_investing_cryptocurrency",
        "summary": "Investing Cryptocurrency API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.163158"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/job-salary-data": {
      "post": {
        "operationId": "get_job_salary_data",
        "summary": "Job Salary Data API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.19965"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/jsearch": {
      "post": {
        "operationId": "get_jsearch",
        "summary": "Jsearch API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.109037"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/live-golf-data": {
      "post": {
        "operationId": "get_live_golf_data",
        "summary": "Live Golf Data API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.120463"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/live-metal-prices": {
      "post": {
        "operationId": "get_live_metal_prices",
        "summary": "Live Metal Prices API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08282"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/livescore6": {
      "post": {
        "operationId": "get_livescore6",
        "summary": "Livescore6 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.161345"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/local-business-data": {
      "post": {
        "operationId": "get_local_business_data",
        "summary": "Local Business Data API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.159497"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/maptiles": {
      "post": {
        "operationId": "get_maptiles",
        "summary": "Maptiles API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.111291"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/mlb-live-stats": {
      "post": {
        "operationId": "get_mlb_live_stats",
        "summary": "Mlb Live Stats API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.114529"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/nfl-live-stats": {
      "post": {
        "operationId": "get_nfl_live_stats",
        "summary": "Nfl Live Stats API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.089932"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/nsfw-detection": {
      "post": {
        "operationId": "get_nsfw_detection",
        "summary": "Nsfw Detection API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.110956"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/nsfw3": {
      "post": {
        "operationId": "get_nsfw3",
        "summary": "Nsfw3 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.052268"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/oopspam": {
      "post": {
        "operationId": "get_oopspam",
        "summary": "Oopspam API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.177763"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/pro-social": {
      "post": {
        "operationId": "get_pro_social",
        "summary": "Pro Social API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.070473"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/pumpfun": {
      "post": {
        "operationId": "get_pumpfun",
        "summary": "Pumpfun API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "security": [],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.192406"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/real-time-image-search": {
      "post": {
        "operationId": "get_real_time_image_search",
        "summary": "Real Time Image Search API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.146054"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/real-time-lens-data": {
      "post": {
        "operationId": "get_real_time_lens_data",
        "summary": "Real Time Lens Data API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.165047"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/real-time-product-search": {
      "post": {
        "operationId": "get_real_time_product_search",
        "summary": "Real Time Product Search API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.199374"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/real-time-shorts-search": {
      "post": {
        "operationId": "get_real_time_shorts_search",
        "summary": "Real Time Shorts Search API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.174779"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/real-time-web-search": {
      "post": {
        "operationId": "get_real_time_web_search",
        "summary": "Real Time Web Search API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.155187"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/realty-in-us": {
      "post": {
        "operationId": "get_realty_in_us",
        "summary": "Realty In Us API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.119337"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/rewriter-paraphraser": {
      "post": {
        "operationId": "get_rewriter_paraphraser",
        "summary": "Rewriter Paraphraser API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.195312"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/sales-tax-calculator": {
      "post": {
        "operationId": "get_sales_tax_calculator",
        "summary": "Sales Tax Calculator API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.186778"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/scout-amazon": {
      "post": {
        "operationId": "get_scout_amazon",
        "summary": "Scout Amazon API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.076732"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/screenshot-twitter-x": {
      "post": {
        "operationId": "get_screenshot_twitter_x",
        "summary": "Screenshot Twitter X API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.166695"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/shopee-scraper": {
      "post": {
        "operationId": "get_shopee_scraper",
        "summary": "Shopee Scraper API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.07548"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/skip-tracing": {
      "post": {
        "operationId": "get_skip_tracing",
        "summary": "Skip Tracing API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.10853"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/snapshot-hub": {
      "post": {
        "operationId": "get_snapshot_hub",
        "summary": "Snapshot Hub API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "security": [],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.099061"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/social-links-search": {
      "post": {
        "operationId": "get_social_links_search",
        "summary": "Social Links Search API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.122338"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/sportscore1": {
      "post": {
        "operationId": "get_sportscore1",
        "summary": "Sportscore1 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.198325"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/store-apps": {
      "post": {
        "operationId": "get_store_apps",
        "summary": "Store Apps API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.054986"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/telegram-index": {
      "post": {
        "operationId": "get_telegram_index",
        "summary": "Telegram Index API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.057144"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/threads-public-data": {
      "post": {
        "operationId": "get_threads_public_data",
        "summary": "Threads Public Data API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.195066"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/tiktok-api-scraper": {
      "post": {
        "operationId": "get_tiktok_api_scraper",
        "summary": "Tiktok Api Scraper API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.174935"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/tiktok-best-experience": {
      "post": {
        "operationId": "get_tiktok_best_experience",
        "summary": "Tiktok Best Experience API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.139045"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-api-enterprise": {
      "post": {
        "operationId": "get_twitter_api_enterprise",
        "summary": "Twitter Api Enterprise API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.168385"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-api45": {
      "post": {
        "operationId": "get_twitter_api45",
        "summary": "Twitter Api45 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.10804"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-downloader": {
      "post": {
        "operationId": "get_twitter_downloader",
        "summary": "Twitter Downloader API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.084857"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-followers": {
      "post": {
        "operationId": "get_twitter_followers",
        "summary": "Twitter Followers API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.182984"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-search-only": {
      "post": {
        "operationId": "get_twitter_search_only",
        "summary": "Twitter Search Only API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.164424"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-trends5": {
      "post": {
        "operationId": "get_twitter_trends5",
        "summary": "Twitter Trends5 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.136066"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-tweets-followers": {
      "post": {
        "operationId": "get_twitter_tweets_followers",
        "summary": "Twitter Tweets Followers API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.121243"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-v1-v2": {
      "post": {
        "operationId": "get_twitter_v1_v2",
        "summary": "Twitter V1 V2 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.141519"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-video-image-downloader": {
      "post": {
        "operationId": "get_twitter_video_image_downloader",
        "summary": "Twitter Video Image Downloader API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.067249"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-x": {
      "post": {
        "operationId": "get_twitter_x",
        "summary": "Twitter X API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.141896"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter-x-api": {
      "post": {
        "operationId": "get_twitter_x_api",
        "summary": "Twitter X Api API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.191839"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter135": {
      "post": {
        "operationId": "get_twitter135",
        "summary": "Twitter135 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.099164"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/twitter293": {
      "post": {
        "operationId": "get_twitter293",
        "summary": "Twitter293 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.143696"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/usa-lottery": {
      "post": {
        "operationId": "get_usa_lottery",
        "summary": "Usa Lottery API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.123894"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/website-contacts-scraper": {
      "post": {
        "operationId": "get_website_contacts_scraper",
        "summary": "Website Contacts Scraper API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.082703"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/website-emails-extractor": {
      "post": {
        "operationId": "get_website_emails_extractor",
        "summary": "Website Emails Extractor API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.158889"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/website-social-scraper": {
      "post": {
        "operationId": "get_website_social_scraper",
        "summary": "Website Social Scraper API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.124735"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/x-checker": {
      "post": {
        "operationId": "get_x_checker",
        "summary": "X Checker API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.164666"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/x-com2": {
      "post": {
        "operationId": "get_x_com2",
        "summary": "X Com2 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.116428"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/x-twitter-api1": {
      "post": {
        "operationId": "get_x_twitter_api1",
        "summary": "X Twitter Api1 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.067018"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/yahoo-finance15": {
      "post": {
        "operationId": "get_yahoo_finance15",
        "summary": "Yahoo Finance15 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.156829"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/youtube-downloader": {
      "post": {
        "operationId": "get_youtube_downloader",
        "summary": "Youtube Downloader API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.155894"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/youtube-scraper7": {
      "post": {
        "operationId": "get_youtube_scraper7",
        "summary": "Youtube Scraper7 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.056226"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/youtube-to-telegram": {
      "post": {
        "operationId": "get_youtube_to_telegram",
        "summary": "Youtube To Telegram API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.060433"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/youtube138": {
      "post": {
        "operationId": "get_youtube138",
        "summary": "Youtube138 API",
        "tags": [
          "Data"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.057247"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        }
      }
    },
    "/api/active-airdrops": {
      "post": {
        "summary": "Real-time airdrop tracker from multiple sources",
        "operationId": "active-airdrops",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "airdrops": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "source": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.148561"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "limit": {
                    "type": "integer",
                    "description": "Max results"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/active-jobs-db": {
      "post": {
        "summary": "Active jobs database - real-time postings",
        "operationId": "active-jobs-db",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "jobs": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "count": {
                      "type": "integer"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.174144"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "query": {
                    "type": "string",
                    "description": "Search query",
                    "required": true
                  },
                  "location": {
                    "type": "string",
                    "description": "Job location"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/bin-ip-checker": {
      "post": {
        "summary": "IP address geolocation and threat check",
        "operationId": "bin-ip-checker",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ip": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "city": {
                      "type": "string"
                    },
                    "org": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.171152"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "ip": {
                    "type": "string",
                    "description": "IP address to check"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/code-explain": {
      "post": {
        "summary": "AI-powered code explanation in plain English",
        "operationId": "code-explain",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "explanation": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.19251"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "code": {
                    "type": "string",
                    "description": "Code to explain",
                    "required": true
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/contract-events": {
      "post": {
        "summary": "Get smart contract events and logs via RPC",
        "operationId": "contract-events",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "chain": {
                      "type": "string"
                    },
                    "contract": {
                      "type": "string"
                    },
                    "events": {
                      "type": "array"
                    },
                    "count": {
                      "type": "integer"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.127856"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "contract": {
                    "type": "string",
                    "description": "Contract address",
                    "required": true
                  },
                  "chain": {
                    "type": "string",
                    "description": "Blockchain name"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/csv-parse": {
      "post": {
        "summary": "Parse CSV text into structured JSON",
        "operationId": "csv-parse",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "headers": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "rows": {
                      "type": "array"
                    },
                    "count": {
                      "type": "integer"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.146663"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "csv": {
                    "type": "string",
                    "description": "CSV text to parse",
                    "required": true
                  },
                  "delimiter": {
                    "type": "string",
                    "description": "Column delimiter"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/extract-keywords": {
      "post": {
        "summary": "AI-powered keyword extraction from text",
        "operationId": "extract-keywords",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "keywords": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "method": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.107853"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "text": {
                    "type": "string",
                    "description": "Text to extract keywords from",
                    "required": true
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/gas-estimate": {
      "post": {
        "summary": "Real-time gas price estimation across chains",
        "operationId": "gas-estimate",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "chain": {
                      "type": "string"
                    },
                    "gasPriceWei": {
                      "type": "integer"
                    },
                    "gasPriceGwei": {
                      "type": "number"
                    },
                    "estimated": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.105822"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "chain": {
                    "type": "string",
                    "description": "Blockchain name"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/governance": {
      "post": {
        "summary": "Active governance proposals from Snapshot",
        "operationId": "governance",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "space": {
                      "type": "string"
                    },
                    "proposals": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.105319"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "space": {
                    "type": "string",
                    "description": "Snapshot space"
                  },
                  "limit": {
                    "type": "integer",
                    "description": "Max results"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/hash-generate": {
      "post": {
        "summary": "Generate cryptographic hashes (SHA256, MD5, etc)",
        "operationId": "hash-generate",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hash": {
                      "type": "string"
                    },
                    "algorithm": {
                      "type": "string"
                    },
                    "input_length": {
                      "type": "integer"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.187431"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "text": {
                    "type": "string",
                    "description": "Text to hash",
                    "required": true
                  },
                  "algorithm": {
                    "type": "string",
                    "description": "Hash algorithm (md5, sha1, sha256, sha512)"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/json-transform": {
      "post": {
        "summary": "Transform JSON data (filter, map, sort, flatten)",
        "operationId": "json-transform",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "operation": {
                      "type": "string"
                    },
                    "result": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.1968"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "data": {
                    "type": "object",
                    "description": "JSON data to transform",
                    "required": true
                  },
                  "operation": {
                    "type": "string",
                    "description": "Operation: keys, flatten, count, sort"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/li-data-scraper": {
      "post": {
        "summary": "LinkedIn data scraper",
        "operationId": "li-data-scraper",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "profile": {
                      "type": "object"
                    },
                    "name": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.10052"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "url": {
                    "type": "string",
                    "description": "LinkedIn profile URL",
                    "required": true
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/linkedin-sales-navigator": {
      "post": {
        "summary": "LinkedIn Sales Navigator data access",
        "operationId": "linkedin-sales-navigator",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "company": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "count": {
                      "type": "integer"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.129878"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "keywords": {
                    "type": "string",
                    "description": "Search keywords",
                    "required": true
                  },
                  "location": {
                    "type": "string",
                    "description": "Location filter"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/real-time-amazon-data": {
      "post": {
        "summary": "Real-time Amazon product and pricing data",
        "operationId": "real-time-amazon-data",
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "product": {
                      "type": "object",
                      "properties": {
                        "title": {
                          "type": "string"
                        },
                        "price": {
                          "type": "string"
                        },
                        "rating": {
                          "type": "number"
                        },
                        "asin": {
                          "type": "string"
                        }
                      }
                    },
                    "title": {
                      "type": "string"
                    },
                    "price": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.173801"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "0x0695c082656177cceb1269d58e496e499434cbdb"
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "asin": {
                    "type": "string",
                    "description": "Amazon ASIN or search query",
                    "required": true
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/ai-chat": {
      "post": {
        "summary": "AI chat completions - Gemini powered",
        "operationId": "ai-chat",
        "tags": [
          "AI"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.15"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "messages": {
                    "type": "array",
                    "items": {
                      "type": "object"
                    },
                    "description": "Chat messages"
                  },
                  "model": {
                    "type": "string",
                    "description": "Model name"
                  },
                  "max_tokens": {
                    "type": "integer",
                    "description": "Max tokens"
                  }
                },
                "required": [
                  "messages"
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/api/web-search": {
      "post": {
        "summary": "Web search - DuckDuckGo powered",
        "operationId": "web-search",
        "tags": [
          "Search"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.12"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "query": {
                    "type": "string",
                    "description": "Search query"
                  },
                  "limit": {
                    "type": "integer",
                    "description": "Max results"
                  }
                },
                "required": [
                  "query"
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/api/code-exec": {
      "post": {
        "summary": "Code execution - Python/JS sandbox",
        "operationId": "code-exec",
        "tags": [
          "Utility"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.20"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "code": {
                    "type": "string",
                    "description": "Code to execute"
                  },
                  "language": {
                    "type": "string",
                    "description": "python or javascript"
                  },
                  "timeout": {
                    "type": "integer",
                    "description": "Timeout in seconds"
                  }
                },
                "required": [
                  "code"
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/api/x-search": {
      "post": {
        "summary": "Twitter/X search - real-time",
        "operationId": "x-search",
        "tags": [
          "Search"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.18"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "query": {
                    "type": "string",
                    "description": "Search query"
                  },
                  "limit": {
                    "type": "integer",
                    "description": "Max results"
                  }
                },
                "required": [
                  "query"
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/api/ai-image": {
      "post": {
        "summary": "AI image generation",
        "operationId": "ai-image",
        "tags": [
          "AI"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.25"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "prompt": {
                    "type": "string",
                    "description": "Image description"
                  },
                  "size": {
                    "type": "string",
                    "description": "Image size (e.g. 1024x1024)"
                  }
                },
                "required": [
                  "prompt"
                ]
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    }
  },
  "extensions": {
    "bazaar": {
      "description": "GGWP API Hub - 189 production-ready endpoints across social media, jobs, finance, crypto, and developer tools. Pay-per-call with x402 protocol on Base chain.",
      "tags": [
        "Social Media",
        "Twitter",
        "LinkedIn",
        "Crypto & Web3",
        "Finance & Stocks",
        "Jobs & Hiring",
        "AI & Tools",
        "Data & Utilities",
        "YouTube",
        "Sports"
      ],
      "contact": {
        "url": "https://ggwp-ten.vercel.app"
      }
    }
  },
  "servers": [
    {
      "url": "https://ggwp-ten.vercel.app"
    }
  ]
}