AI-Map
了解如何智能映射和探索域名,以查找相关 URL。
概述
如何使用
安装
pip install oxylabs-ai-studio代码示例(Python)
from oxylabs_ai_studio.apps.ai_map import AiMap
import json
# Initialize authorization
ai_map = AiMap(api_key="<API_KEY>")
# Define the payload for request
payload = {
"url": "https://career.oxylabs.io",
"user_prompt": "job ad pages",
"return_sources_limit": 10,
"geo_location": None,
"render_javascript": False,
}
# Start the mapping
result = ai_map.map(**payload)
# Output the results in JSON
print("URLs:")
print(json.dumps(result.data, indent=2))请求参数
参数
说明
默认值
输出示例
实际用例
最后更新于
这有帮助吗?

