Skip to main content

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Review and reputation commands are currently exposed under the business namespace:
CommandDescriptionMethod
naive business google my-business-infoGoogle Business details and review summaryLive
naive business google reviewsGoogle Business reviewsStandard (async)
naive business google qnaGoogle Questions & AnswersLive
naive business trustpilot searchDiscover Trustpilot businessesStandard (async)
naive business trustpilot reviewsTrustpilot review retrieval by domainStandard (async)
naive business tripadvisor reviewsTripAdvisor review retrievalStandard (async)
naive business social <platform>URL engagement metrics from social platformsLive

Google Reviews + Reputation

naive business google my-business-info --keyword "pizza new york" --location-code 1023191
naive business google reviews --keyword "starbucks seattle"
naive business google qna --keyword "apple store" --location-code 2840

Endpoints

EndpointDescriptionMethod
my-business-infoBusiness details and ratings contextLive
reviewsBusiness reviewsStandard (async)
qnaQuestions and answers from profile pagesLive

Trustpilot

naive business trustpilot search --keyword "web hosting"
naive business trustpilot reviews --domain "cloudflare.com"

Endpoints

EndpointDescriptionMethod
searchFind businesses on TrustpilotStandard (async)
reviewsGet reviews for a domainStandard (async)

TripAdvisor Reviews

naive business tripadvisor reviews --url-path "Restaurant_Review-g60763-d12345-..."

Endpoint

EndpointDescriptionMethod
reviewsGet reviews for a TripAdvisor listingStandard (async)

Social Engagement Signals

naive business social facebook --targets "https://example.com,https://blog.example.com"
naive business social pinterest --targets "https://example.com/post"
naive business social reddit --targets "https://example.com"

Platforms

PlatformDescription
facebookLikes, shares, comments
pinterestPin counts
redditSubmission data

Task Management

Async endpoints return task IDs:
# Submit
naive business trustpilot reviews --domain "hosting.com"
# -> task_id: abc-123

# Check ready
naive business tasks-ready --platform trustpilot --endpoint reviews

# Get results
naive business task-get abc-123 --platform trustpilot --endpoint reviews
FlagDescription
naive business tasks-ready --platform <p> --endpoint <e>List tasks with ready results
naive business task-get <task_id> --platform <p> --endpoint <e>Retrieve results for a task