Skip to main content

RapidAPI: letscrape-6bRBa3QguO5/jsearch

Project description

Jsearch MCP Server

RapidAPI: letscrape-6bRBa3QguO5/jsearch

简介

这是一个使用 FastMCP 自动生成的 MCP 服务器,用于访问 Jsearch API。

  • PyPI 包名: bach-jsearch
  • 版本: 1.0.3
  • 来源平台: openapi
  • 传输协议: stdio

安装

从 PyPI 安装:

pip install bach-jsearch

从源码安装:

pip install -e .

运行

方式 1: 使用 uvx(推荐,无需预先安装)

# 运行(uvx 会自动安装并运行)
uvx --from bach-jsearch bach_jsearch

# 或指定版本
uvx --from bach-jsearch@latest bach_jsearch

# 设置环境变量
API_KEY=your_key uvx --from bach-jsearch bach_jsearch

方式 2: 直接运行(开发模式)

python server.py

方式 3: 安装后作为命令运行

# 安装
pip install bach-jsearch

# 运行(命令名使用下划线)
bach_jsearch

# 设置环境变量
API_KEY=your_key bach_jsearch

配置

API 认证

此 API 需要认证。请设置环境变量:

export API_KEY="your_api_key_here"

在 Claude Desktop 中使用

编辑 Claude Desktop 配置文件 claude_desktop_config.json:

{
  "mcpServers": {
    "jsearch": {
      "command": "python",
      "args": ["E:\path\to\jsearch\server.py"],
      "env": {
        "API_KEY": "your_api_key_here"
      }
    }
  }
}

注意: 请将 E:\path\to\jsearch\server.py 替换为实际的服务器文件路径。

可用工具

此服务器提供以下工具:

job_search

Search for jobs posted on any public job site across the web on the largest job aggregate in the world (Google for Jobs). Extensive filtering support and most options available on Google for Jobs.

端点: GET /search

参数:

  • query (string): Example value: developer jobs in chicago

  • page (integer): Example value: 1

  • num_pages (integer): Example value: 1

  • country (string): Example value: us

  • date_posted (string): Example value: all


job_details

Get all job details, including additional information such as: application options / links, employer reviews and estimated salaries for similar jobs.

端点: GET /job-details

参数:

  • job_id (string): Example value: n20AgUu1KG0BGjzoAAAAAA==

  • country (string): Example value: us


job_salary

Get estimated salaries / pay for a jobs around a location by job title and location. The salary estimation is returned for several periods, depending on data availability / relevance, and includes: hourly, daily, weekly, monthly, or yearly.

端点: GET /estimated-salary

参数:

  • job_title (string): Example value: nodejs developer

  • location (string): Example value: new york

  • location_type (string): Example value: ANY

  • years_of_experience (string): Example value: ALL


company_job_salary

Get estimated job salaries/pay in a specific company by job title and optionally a location and experience level in years.

端点: GET /company-job-salary

参数:

  • company (string): Example value: Amazon

  • job_title (string): Example value: software developer

  • location_type (string): Example value: ANY

  • years_of_experience (string): Example value: ALL


技术栈

  • FastMCP: 快速、Pythonic 的 MCP 服务器框架
  • 传输协议: stdio
  • HTTP 客户端: httpx

开发

此服务器由 API-to-MCP 工具自动生成。

生成时间: 1.0.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bach_jsearch-1.0.3.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bach_jsearch-1.0.3-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file bach_jsearch-1.0.3.tar.gz.

File metadata

  • Download URL: bach_jsearch-1.0.3.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for bach_jsearch-1.0.3.tar.gz
Algorithm Hash digest
SHA256 3189f698bf1fab66f2a0aab065565d2c48ba07d132d0379ee6a8520d423061ad
MD5 f7a364a0cfb08efe3b587fda743d663e
BLAKE2b-256 b36901ff90de101dd644b92b7bd85e77215fa4707edede89748d8fb6433b8382

See more details on using hashes here.

File details

Details for the file bach_jsearch-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: bach_jsearch-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for bach_jsearch-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bbf37c0a4851417e600cebe79acf283e4eec11c560363bd1dd05b39626e14b88
MD5 a3c46be04472138b5520b25ff86a5dcc
BLAKE2b-256 1eaf743905130ec6886aa248e1116024841616e8887fa165f457f081592b6238

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page