crawlora 1.8.0.pre.sdk.2 → 1.9.0.pre.sdk.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/docs/operations.md +39 -13
- data/lib/crawlora/operations.rb +1688 -259
- data/lib/crawlora/version.rb +1 -1
- data/openapi/public.json +4154 -731
- data/sig/crawlora.rbs +46 -12
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7aa60c14f4add6ccd239be2910ab88ba3d965f0921d80624707de88f1ab8bb4e
|
|
4
|
+
data.tar.gz: a3d41fa42b993f9cc7a570856a0607b7f7778d2e726cf51aee8cf74f50c412a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a788f05042ac4fae8ce0ea9268f3d23cac9ca3f91f41931dc9f774f8d4ef4ad5b039fb1bec150c6e9c16b2d8d15df69d37d3705bb25f308d1683d2242603af62
|
|
7
|
+
data.tar.gz: 47073edee1a2ebc1c6f396972df43cafb31ed4b8ec4eaaf01e8481ab287958f2b57f8d67a8f0a18fbbaffca040205697cb54c8ef4d66125eedf19e053e686620
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.9.0-sdk.1
|
|
4
|
+
|
|
5
|
+
- Regenerated from the public API contract (499 to 525 operations). Adds four
|
|
6
|
+
platforms/families to the client:
|
|
7
|
+
- **GitHub** (16 endpoints): organizations, repositories (contributors,
|
|
8
|
+
forks, languages, releases, stargazers), user profiles/events/pinned/repos,
|
|
9
|
+
repository and user search, and trending repositories/developers.
|
|
10
|
+
- **GitHub Users dataset** (4): search, facets, nearby, and item lookup.
|
|
11
|
+
- **X** (3): post, profile, and profile posts.
|
|
12
|
+
- **Apps datasets** (3): apps, apps-charts, and apps-reviews search.
|
|
13
|
+
- **Creators dataset** (1): TikTok creators search.
|
|
14
|
+
- Removes the retired tiktok popular-trend/creator operation.
|
|
15
|
+
|
|
3
16
|
## v1.8.0-sdk.2
|
|
4
17
|
|
|
5
18
|
- Regenerated from the public API contract (499 operations, unchanged). Enriches
|
data/docs/operations.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Generated from `openapi/public.json`. Deprecated, admin, and internal operations are excluded from this SDK contract.
|
|
4
4
|
|
|
5
|
-
Total operations: `
|
|
5
|
+
Total operations: `525`
|
|
6
6
|
|
|
7
7
|
| Group | SDK method | Operation ID | HTTP | Params | Auth | Response | Notes |
|
|
8
8
|
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
@@ -93,6 +93,14 @@ Total operations: `499`
|
|
|
93
93
|
| web | `web.antibot_check` | `antibot-check` | `POST /diagnostics/antibot-check` | `request` (body String required) | `ApiKeyAuth` | `WebAntibotCheckResponse` | |
|
|
94
94
|
| web | `web.scrape` | `web-scrape` | `POST /web/scrape` | `scrapeOption` (body String required) | `ApiKeyAuth` | `WebScrapeResponse` | |
|
|
95
95
|
| datasets | `datasets.list` | `datasets-list` | `GET /datasets` | none | `ApiKeyAuth` | `DatasetsListResponse` | |
|
|
96
|
+
| datasets | `datasets.apps_charts_search` | `datasets-apps-charts-search` | `GET /datasets/apps-charts/search` | `q` (query String)<br>`store` (query String)<br>`chart_type` (query String)<br>`collection` (query String)<br>`category` (query String)<br>`country` (query String)<br>`app_id` (query String)<br>`date` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsAppsChartsSearchResponse` | |
|
|
97
|
+
| datasets | `datasets.apps_reviews_search` | `datasets-apps-reviews-search` | `GET /datasets/apps-reviews/search` | `q` (query String)<br>`store` (query String)<br>`app_id` (query String)<br>`country` (query String)<br>`min_score` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsAppsReviewsSearchResponse` | |
|
|
98
|
+
| datasets | `datasets.apps_search` | `datasets-apps-search` | `GET /datasets/apps/search` | `q` (query String)<br>`store` (query String)<br>`category` (query String)<br>`country` (query String)<br>`developer` (query String)<br>`free` (query bool)<br>`min_rating` (query Float)<br>`min_reviews` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsAppsSearchResponse` | |
|
|
99
|
+
| datasets | `datasets.creators_search` | `datasets-creators-search` | `GET /datasets/creators/search` | `q` (query String)<br>`handle` (query String)<br>`niche` (query String)<br>`country` (query String)<br>`verified` (query bool)<br>`min_followers` (query Integer)<br>`has_email` (query bool)<br>`include_inactive` (query bool)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsCreatorsSearchResponse` | |
|
|
100
|
+
| datasets | `datasets.github_users_facets` | `datasets-github-users-facets` | `GET /datasets/github-users/facets` | `facet` (query String required)<br>`q` (query String)<br>`login` (query String)<br>`company` (query String)<br>`influence_tier` (query String)<br>`country` (query String)<br>`country_code` (query String)<br>`state` (query String)<br>`city` (query String)<br>`domain` (query String)<br>`has_email` (query bool)<br>`has_twitter` (query bool)<br>`has_blog` (query bool)<br>`reachable` (query bool)<br>`active_90d` (query bool)<br>`hireable` (query bool)<br>`is_org` (query bool)<br>`is_bot` (query bool)<br>`min_followers` (query Integer)<br>`max_followers` (query Integer)<br>`min_repos` (query Integer)<br>`min_rank_score` (query Integer)<br>`min_account_age_years` (query Float)<br>`max_account_age_years` (query Float)<br>`lat` (query Float)<br>`lon` (query Float)<br>`radius_m` (query Integer)<br>`sort` (query String) | `ApiKeyAuth` | `DatasetsGithubUsersFacetsResponse` | |
|
|
101
|
+
| datasets | `datasets.github_users_item` | `datasets-github-users-item` | `GET /datasets/github-users/items/{login}` | `login` (path String required) | `ApiKeyAuth` | `DatasetsGithubUsersItemResponse` | |
|
|
102
|
+
| datasets | `datasets.github_users_nearby` | `datasets-github-users-nearby` | `GET /datasets/github-users/nearby` | `lat` (query Float required)<br>`lon` (query Float required)<br>`radius_m` (query Integer required)<br>`influence_tier` (query String)<br>`reachable` (query bool)<br>`min_followers` (query Integer)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsGithubUsersNearbyResponse` | |
|
|
103
|
+
| datasets | `datasets.github_users_search` | `datasets-github-users-search` | `GET /datasets/github-users/search` | `q` (query String)<br>`login` (query String)<br>`company` (query String)<br>`influence_tier` (query String)<br>`country` (query String)<br>`country_code` (query String)<br>`state` (query String)<br>`city` (query String)<br>`domain` (query String)<br>`has_email` (query bool)<br>`has_twitter` (query bool)<br>`has_blog` (query bool)<br>`reachable` (query bool)<br>`active_90d` (query bool)<br>`hireable` (query bool)<br>`is_org` (query bool)<br>`is_bot` (query bool)<br>`min_followers` (query Integer)<br>`max_followers` (query Integer)<br>`min_repos` (query Integer)<br>`min_rank_score` (query Integer)<br>`min_account_age_years` (query Float)<br>`max_account_age_years` (query Float)<br>`lat` (query Float)<br>`lon` (query Float)<br>`radius_m` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsGithubUsersSearchResponse` | |
|
|
96
104
|
| datasets | `datasets.google_map_businesses_facets` | `datasets-google-map-businesses-facets` | `GET /datasets/google-map-businesses/facets` | `facet` (query String required)<br>`q` (query String)<br>`category` (query String)<br>`country` (query String)<br>`state` (query String)<br>`county` (query String)<br>`city` (query String)<br>`town` (query String)<br>`min_rating` (query Float)<br>`min_review_count` (query Integer)<br>`has_website` (query bool)<br>`has_phone` (query bool)<br>`lat` (query Float)<br>`lon` (query Float)<br>`radius_m` (query Integer)<br>`sort` (query String) | `ApiKeyAuth` | `DatasetsGoogleMapBusinessesFacetsResponse` | |
|
|
97
105
|
| datasets | `datasets.google_map_businesses_item` | `datasets-google-map-businesses-item` | `GET /datasets/google-map-businesses/items/{place_id}` | `place_id` (path String required) | `ApiKeyAuth` | `DatasetsGoogleMapBusinessesItemResponse` | |
|
|
98
106
|
| datasets | `datasets.google_map_businesses_nearby` | `datasets-google-map-businesses-nearby` | `GET /datasets/google-map-businesses/nearby` | `lat` (query Float required)<br>`lon` (query Float required)<br>`radius_m` (query Integer required)<br>`category` (query String)<br>`min_rating` (query Float)<br>`min_review_count` (query Integer)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsGoogleMapBusinessesNearbyResponse` | |
|
|
@@ -106,6 +114,22 @@ Total operations: `499`
|
|
|
106
114
|
| geocoding | `geocoding.lookup` | `geocoding-lookup` | `GET /geocoding/lookup` | `osm_ids` (query String required)<br>`accept_language` (query String)<br>`addressdetails` (query bool)<br>`extratags` (query bool)<br>`namedetails` (query bool) | `ApiKeyAuth` | `GeocodingLookupResponse` | |
|
|
107
115
|
| geocoding | `geocoding.reverse` | `geocoding-reverse` | `GET /geocoding/reverse` | `lat` (query Float required)<br>`lon` (query Float required)<br>`zoom` (query Integer)<br>`accept_language` (query String)<br>`addressdetails` (query bool)<br>`extratags` (query bool)<br>`namedetails` (query bool) | `ApiKeyAuth` | `GeocodingReverseResponse` | |
|
|
108
116
|
| geocoding | `geocoding.search` | `geocoding-search` | `GET /geocoding/search` | `q` (query String)<br>`street` (query String)<br>`city` (query String)<br>`county` (query String)<br>`state` (query String)<br>`country` (query String)<br>`postalcode` (query String)<br>`limit` (query Integer)<br>`countrycodes` (query String)<br>`accept_language` (query String)<br>`addressdetails` (query bool)<br>`extratags` (query bool)<br>`namedetails` (query bool) | `ApiKeyAuth` | `GeocodingSearchResponse` | |
|
|
117
|
+
| git_hub | `git_hub.github_org` | `github-org` | `GET /github/org/{org}` | `org` (path String required) | `ApiKeyAuth` | `GitHubGithubOrgResponse` | |
|
|
118
|
+
| git_hub | `git_hub.github_org_repos` | `github-org-repos` | `GET /github/org/{org}/repos` | `org` (path String required)<br>`sort` (query "created" \| "updated" \| "pushed" \| "full_name")<br>`direction` (query "asc" \| "desc")<br>`type` (query "all" \| "public" \| "forks" \| "sources" \| "member")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubOrgReposResponse` | |
|
|
119
|
+
| git_hub | `git_hub.github_repo` | `github-repo` | `GET /github/repo/{owner}/{repo}` | `owner` (path String required)<br>`repo` (path String required) | `ApiKeyAuth` | `GitHubGithubRepoResponse` | |
|
|
120
|
+
| git_hub | `git_hub.github_repo_contributors` | `github-repo-contributors` | `GET /github/repo/{owner}/{repo}/contributors` | `owner` (path String required)<br>`repo` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubRepoContributorsResponse` | |
|
|
121
|
+
| git_hub | `git_hub.github_repo_forks` | `github-repo-forks` | `GET /github/repo/{owner}/{repo}/forks` | `owner` (path String required)<br>`repo` (path String required)<br>`sort` (query "newest" \| "oldest" \| "stargazers" \| "watchers")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubRepoForksResponse` | |
|
|
122
|
+
| git_hub | `git_hub.github_repo_languages` | `github-repo-languages` | `GET /github/repo/{owner}/{repo}/languages` | `owner` (path String required)<br>`repo` (path String required) | `ApiKeyAuth` | `GitHubGithubRepoLanguagesResponse` | |
|
|
123
|
+
| git_hub | `git_hub.github_repo_releases` | `github-repo-releases` | `GET /github/repo/{owner}/{repo}/releases` | `owner` (path String required)<br>`repo` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubRepoReleasesResponse` | |
|
|
124
|
+
| git_hub | `git_hub.github_repo_stargazers` | `github-repo-stargazers` | `GET /github/repo/{owner}/{repo}/stargazers` | `owner` (path String required)<br>`repo` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubRepoStargazersResponse` | |
|
|
125
|
+
| git_hub | `git_hub.github_search_repositories` | `github-search-repositories` | `GET /github/search/repositories` | `q` (query String required)<br>`sort` (query "stars" \| "forks" \| "help-wanted-issues" \| "updated")<br>`order` (query "asc" \| "desc")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubSearchRepositoriesResponse` | |
|
|
126
|
+
| git_hub | `git_hub.github_search_users` | `github-search-users` | `GET /github/search/users` | `q` (query String required)<br>`sort` (query "followers" \| "repositories" \| "joined")<br>`order` (query "asc" \| "desc")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubSearchUsersResponse` | |
|
|
127
|
+
| git_hub | `git_hub.github_trending` | `github-trending` | `GET /github/trending` | `language` (query String)<br>`since` (query "daily" \| "weekly" \| "monthly") | `ApiKeyAuth` | `GitHubGithubTrendingResponse` | |
|
|
128
|
+
| git_hub | `git_hub.github_trending_developers` | `github-trending-developers` | `GET /github/trending/developers` | `language` (query String)<br>`since` (query "daily" \| "weekly" \| "monthly") | `ApiKeyAuth` | `GitHubGithubTrendingDevelopersResponse` | |
|
|
129
|
+
| git_hub | `git_hub.github_user` | `github-user` | `GET /github/user/{username}` | `username` (path String required) | `ApiKeyAuth` | `GitHubGithubUserResponse` | |
|
|
130
|
+
| git_hub | `git_hub.github_user_events` | `github-user-events` | `GET /github/user/{username}/events` | `username` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubUserEventsResponse` | |
|
|
131
|
+
| git_hub | `git_hub.github_user_pinned` | `github-user-pinned` | `GET /github/user/{username}/pinned` | `username` (path String required) | `ApiKeyAuth` | `GitHubGithubUserPinnedResponse` | |
|
|
132
|
+
| git_hub | `git_hub.github_user_repos` | `github-user-repos` | `GET /github/user/{username}/repos` | `username` (path String required)<br>`sort` (query "created" \| "updated" \| "pushed" \| "full_name")<br>`direction` (query "asc" \| "desc")<br>`type` (query "all" \| "owner" \| "member")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubUserReposResponse` | |
|
|
109
133
|
| google | `google.finance_analyst_articles` | `google-finance-analyst-articles` | `GET /google/finance/analyst-articles/{quote}` | `quote` (path String required) | `ApiKeyAuth` | `GoogleFinanceAnalystArticlesResponse` | |
|
|
110
134
|
| google | `google.finance_chart` | `google-finance-chart` | `GET /google/finance/chart/{quote}` | `quote` (path String required)<br>`window` (query String) | `ApiKeyAuth` | `GoogleFinanceChartResponse` | |
|
|
111
135
|
| google | `google.finance_classification` | `google-finance-classification` | `GET /google/finance/classification/{quote}` | `quote` (path String required) | `ApiKeyAuth` | `GoogleFinanceClassificationResponse` | |
|
|
@@ -310,17 +334,17 @@ Total operations: `499`
|
|
|
310
334
|
| product_hunt | `product_hunt.makers` | `producthunt-makers` | `GET /producthunt/product/{id}/makers` | `id` (path String required)<br>`cursor` (query String) | `ApiKeyAuth` | `ProductHuntMakersResponse` | |
|
|
311
335
|
| product_hunt | `product_hunt.reviews` | `producthunt-reviews` | `GET /producthunt/product/{id}/reviews` | `id` (path String required) | `ApiKeyAuth` | `ProductHuntReviewsResponse` | |
|
|
312
336
|
| product_hunt | `product_hunt.search` | `producthunt-search` | `GET /producthunt/search` | `query` (query String required)<br>`type` (query "product" \| "user" \| "launch")<br>`page` (query Integer)<br>`featured` (query bool)<br>`topics` (query String) | `ApiKeyAuth` | `ProductHuntSearchResponse` | |
|
|
313
|
-
| reddit | `reddit.comments` | `reddit-comments` | `GET /reddit/comments/{id}` | `id` (path String required)<br>`sort` (query "confidence" \| "top" \| "new" \| "controversial" \| "old" \| "qa")<br>`limit` (query Integer)<br>`depth` (query Integer) | `ApiKeyAuth` | `RedditCommentsResponse` | |
|
|
314
|
-
| reddit | `reddit.domain_posts` | `reddit-domain-posts` | `GET /reddit/domain/{domain}/posts` | `domain` (path String required)<br>`sort` (query "hot" \| "new" \| "top" \| "rising")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditDomainPostsResponse` | |
|
|
315
|
-
| reddit | `reddit.post` | `reddit-post` | `GET /reddit/post/{id}` | `id` (path String required) | `ApiKeyAuth` | `RedditPostResponse` | |
|
|
316
|
-
| reddit | `reddit.search` | `reddit-search` | `GET /reddit/search` | `q` (query String required)<br>`subreddit` (query String)<br>`sort` (query "relevance" \| "hot" \| "new" \| "top" \| "comments")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditSearchResponse` | |
|
|
317
|
-
| reddit | `reddit.subreddit_about` | `reddit-subreddit-about` | `GET /reddit/subreddit/{subreddit}/about` | `subreddit` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `RedditSubredditAboutResponse` | |
|
|
318
|
-
| reddit | `reddit.subreddit_comments` | `reddit-subreddit-comments` | `GET /reddit/subreddit/{subreddit}/comments` | `subreddit` (path String required)<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditSubredditCommentsResponse` | |
|
|
319
|
-
| reddit | `reddit.subreddit_posts` | `reddit-subreddit-posts` | `GET /reddit/subreddit/{subreddit}/posts` | `subreddit` (path String required)<br>`sort` (query "hot" \| "new" \| "top" \| "rising")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditSubredditPostsResponse` | |
|
|
320
|
-
| reddit | `reddit.subreddits_posts` | `reddit-subreddits-posts` | `GET /reddit/subreddits/posts` | `subreddits` (query String required)<br>`sort` (query "hot" \| "new" \| "top" \| "rising")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditSubredditsPostsResponse` | |
|
|
321
|
-
| reddit | `reddit.trends` | `reddit-trends` | `GET /reddit/trends` | `sort` (query "hot" \| "new" \| "rising" \| "top")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditTrendsResponse` | |
|
|
322
|
-
| reddit | `reddit.user_comments` | `reddit-user-comments` | `GET /reddit/user/{username}/comments` | `username` (path String required)<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditUserCommentsResponse` | |
|
|
323
|
-
| reddit | `reddit.user_posts` | `reddit-user-posts` | `GET /reddit/user/{username}/posts` | `username` (path String required)<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditUserPostsResponse` | |
|
|
337
|
+
| reddit | `reddit.comments` | `reddit-comments` | `GET /reddit/comments/{id}` | `id` (path String required)<br>`sort` (query "confidence" \| "top" \| "new" \| "controversial" \| "old" \| "qa")<br>`limit` (query Integer)<br>`depth` (query Integer)<br>`with_scores` (query bool) | `ApiKeyAuth` | `RedditCommentsResponse` | |
|
|
338
|
+
| reddit | `reddit.domain_posts` | `reddit-domain-posts` | `GET /reddit/domain/{domain}/posts` | `domain` (path String required)<br>`sort` (query "hot" \| "new" \| "top" \| "rising")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String)<br>`with_scores` (query bool) | `ApiKeyAuth` | `RedditDomainPostsResponse` | |
|
|
339
|
+
| reddit | `reddit.post` | `reddit-post` | `GET /reddit/post/{id}` | `id` (path String required)<br>`with_scores` (query bool) | `ApiKeyAuth` | `RedditPostResponse` | |
|
|
340
|
+
| reddit | `reddit.search` | `reddit-search` | `GET /reddit/search` | `q` (query String required)<br>`subreddit` (query String)<br>`sort` (query "relevance" \| "hot" \| "new" \| "top" \| "comments")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String)<br>`with_scores` (query bool) | `ApiKeyAuth` | `RedditSearchResponse` | |
|
|
341
|
+
| reddit | `reddit.subreddit_about` | `reddit-subreddit-about` | `GET /reddit/subreddit/{subreddit}/about` | `subreddit` (path String required)<br>`limit` (query Integer)<br>`with_scores` (query bool) | `ApiKeyAuth` | `RedditSubredditAboutResponse` | |
|
|
342
|
+
| reddit | `reddit.subreddit_comments` | `reddit-subreddit-comments` | `GET /reddit/subreddit/{subreddit}/comments` | `subreddit` (path String required)<br>`limit` (query Integer)<br>`after` (query String)<br>`with_scores` (query bool) | `ApiKeyAuth` | `RedditSubredditCommentsResponse` | |
|
|
343
|
+
| reddit | `reddit.subreddit_posts` | `reddit-subreddit-posts` | `GET /reddit/subreddit/{subreddit}/posts` | `subreddit` (path String required)<br>`sort` (query "hot" \| "new" \| "top" \| "rising")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String)<br>`with_scores` (query bool) | `ApiKeyAuth` | `RedditSubredditPostsResponse` | |
|
|
344
|
+
| reddit | `reddit.subreddits_posts` | `reddit-subreddits-posts` | `GET /reddit/subreddits/posts` | `subreddits` (query String required)<br>`sort` (query "hot" \| "new" \| "top" \| "rising")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String)<br>`with_scores` (query bool) | `ApiKeyAuth` | `RedditSubredditsPostsResponse` | |
|
|
345
|
+
| reddit | `reddit.trends` | `reddit-trends` | `GET /reddit/trends` | `sort` (query "hot" \| "new" \| "rising" \| "top")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String)<br>`with_scores` (query bool) | `ApiKeyAuth` | `RedditTrendsResponse` | |
|
|
346
|
+
| reddit | `reddit.user_comments` | `reddit-user-comments` | `GET /reddit/user/{username}/comments` | `username` (path String required)<br>`limit` (query Integer)<br>`after` (query String)<br>`with_scores` (query bool) | `ApiKeyAuth` | `RedditUserCommentsResponse` | |
|
|
347
|
+
| reddit | `reddit.user_posts` | `reddit-user-posts` | `GET /reddit/user/{username}/posts` | `username` (path String required)<br>`limit` (query Integer)<br>`after` (query String)<br>`with_scores` (query bool) | `ApiKeyAuth` | `RedditUserPostsResponse` | |
|
|
324
348
|
| redfin | `redfin.estimate` | `redfin-estimate` | `GET /redfin/estimate` | `property_id` (query String required) | `ApiKeyAuth` | `RedfinEstimateResponse` | |
|
|
325
349
|
| redfin | `redfin.property` | `redfin-property` | `GET /redfin/property` | `url` (query String)<br>`property_id` (query String)<br>`listing_id` (query String) | `ApiKeyAuth` | `RedfinPropertyResponse` | |
|
|
326
350
|
| redfin | `redfin.region_trends` | `redfin-region-trends` | `GET /redfin/region-trends` | `region_id` (query Integer required)<br>`region_type` (query Integer) | `ApiKeyAuth` | `RedfinRegionTrendsResponse` | |
|
|
@@ -411,7 +435,6 @@ Total operations: `499`
|
|
|
411
435
|
| tiktok | `tiktok.challenge` | `tiktok-challenge` | `GET /tiktok/hashtag/{name}` | `name` (path String required) | `ApiKeyAuth` | `TiktokChallengeResponse` | |
|
|
412
436
|
| tiktok | `tiktok.challenge_list` | `tiktok-challenge-list` | `GET /tiktok/hashtags` | `id` (query String required)<br>`cursor` (query Integer) | `ApiKeyAuth` | `TiktokChallengeListResponse` | |
|
|
413
437
|
| tiktok | `tiktok.popular_trend_country_industry_meta` | `tiktok-popular-trend-country-industry-meta` | `GET /tiktok/popular-trend/country-industry-meta` | none | `ApiKeyAuth` | `TiktokPopularTrendCountryIndustryMetaResponse` | |
|
|
414
|
-
| tiktok | `tiktok.popular_trend_creator` | `tiktok-popular-trend-creator` | `GET /tiktok/popular-trend/creator` | `page` (query Integer)<br>`limit` (query Integer)<br>`sort_by` (query "follower" \| "engagement" \| "avg_views")<br>`creator_country` (query String)<br>`audience_count` (query "1" \| "2" \| "3" \| "4") | `ApiKeyAuth` | `TiktokPopularTrendCreatorResponse` | |
|
|
415
438
|
| tiktok | `tiktok.post` | `tiktok-post` | `GET /tiktok/post/{id}` | `id` (path String required) | `ApiKeyAuth` | `TiktokPostResponse` | |
|
|
416
439
|
| tiktok | `tiktok.profile_post` | `tiktok-profile-post` | `GET /tiktok/posts` | `secUid` (query String required)<br>`cursor` (query Integer)<br>`sort_type` (query "0" \| "1" \| "2") | `ApiKeyAuth` | `TiktokProfilePostResponse` | |
|
|
417
440
|
| tiktok | `tiktok.profile` | `tiktok-profile` | `GET /tiktok/profile/{handler}` | `handler` (path String required) | `ApiKeyAuth` | `TiktokProfileResponse` | |
|
|
@@ -450,6 +473,9 @@ Total operations: `499`
|
|
|
450
473
|
| user | `user.me_api_keys` | `user-me-api-keys` | `GET /user/me/api-keys` | none | `JWTAuth` | `UserMeApiKeysResponse` | |
|
|
451
474
|
| user | `user.me_api_keys_rotate` | `user-me-api-keys-rotate` | `POST /user/me/api-keys/rotate` | none | `JWTAuth` | `UserMeApiKeysRotateResponse` | |
|
|
452
475
|
| user | `user.me_api_keys_reveal` | `user-me-api-keys-reveal` | `POST /user/me/api-keys/{id}/reveal` | `id` (path String required) | `JWTAuth` | `UserMeApiKeysRevealResponse` | |
|
|
476
|
+
| x | `x.post` | `x-post` | `GET /x/post/{id}` | `id` (path String required)<br>`username` (query String) | `ApiKeyAuth` | `XPostResponse` | |
|
|
477
|
+
| x | `x.profile` | `x-profile` | `GET /x/profile/{username}` | `username` (path String required) | `ApiKeyAuth` | `XProfileResponse` | |
|
|
478
|
+
| x | `x.profile_posts` | `x-profile-posts` | `GET /x/profile/{username}/posts` | `username` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `XProfilePostsResponse` | |
|
|
453
479
|
| yahoo_finance | `yahoo_finance.calendars` | `yahoo-finance-calendars` | `GET /yahoo-finance/calendars` | none | `ApiKeyAuth` | `YahooFinanceCalendarsResponse` | |
|
|
454
480
|
| yahoo_finance | `yahoo_finance.calendar` | `yahoo-finance-calendar` | `GET /yahoo-finance/calendars/{type}` | `type` (path String required)<br>`start` (query String)<br>`end` (query String)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`market_cap` (query Float)<br>`filter_most_active` (query bool) | `ApiKeyAuth` | `YahooFinanceCalendarResponse` | |
|
|
455
481
|
| yahoo_finance | `yahoo_finance.download` | `yahoo-finance-download` | `POST /yahoo-finance/download` | `request` (body String required) | `ApiKeyAuth` | `YahooFinanceDownloadResponse` | |
|