Official CLI for Linkup - AI-powered web search
Project description
Linkup CLI
Official command-line interface for Linkup - AI-powered web search.
Installation
pip install linkup-cli
Quick Start
-
Get your API key at app.linkup.so
-
Set your API key:
export LINKUP_API_KEY="your-api-key"
- Search:
linkup search "What is the capital of France?"
Usage
Search
# Basic search
linkup search "your query"
# Deep search (more thorough, better for complex queries)
linkup search "complex research topic" --deep
# Get raw search results instead of AI answer
linkup search "python tutorials" --results
# Short form
linkup s "your query" -d
Fetch
Extract content from any URL:
linkup fetch "https://example.com"
Configuration
Check your configuration:
linkup config
Options
| Flag | Short | Description |
|---|---|---|
--deep |
-d |
Use deep search for complex queries |
--results |
-r |
Return raw search results |
--version |
-V |
Show version |
--help |
-h |
Show help |
Environment Variables
| Variable | Description |
|---|---|
LINKUP_API_KEY |
Your Linkup API key (required) |
Examples
# Quick facts
linkup search "population of tokyo"
# Research
linkup search "latest developments in quantum computing" --deep
# Get sources
linkup search "best python web frameworks" --results
# Extract article content
linkup fetch "https://example.com/article"
Links
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
linkup_cli-0.1.0.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file linkup_cli-0.1.0.tar.gz.
File metadata
- Download URL: linkup_cli-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff8355987dcc943d04a9b8d9ea4cbc1ecac2a677030b88d6c8b9b14ef0ba24df
|
|
| MD5 |
47dcf1d1988fc4050bb23d5d0754d231
|
|
| BLAKE2b-256 |
f1491a1c3967021628638b34b24eb7da356de0c6805b1f82ed8708ec14b4651c
|
File details
Details for the file linkup_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: linkup_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f773c4879192e700a72f2b0dd110ebb664c6b93624d8d2702b12aed8df5344cd
|
|
| MD5 |
202659f8224115c697ee0535be74ebf2
|
|
| BLAKE2b-256 |
579a7a7289c4e6c3d80f8d9935332cd23a0654a3bb3d7cc7b355947e36af5600
|