getanyapi 0.35.2__tar.gz → 0.35.3__tar.gz
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.
- {getanyapi-0.35.2 → getanyapi-0.35.3}/PKG-INFO +1 -1
- {getanyapi-0.35.2 → getanyapi-0.35.3}/pyproject.toml +1 -1
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/__init__.py +1 -1
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/tiktok.py +2 -2
- {getanyapi-0.35.2 → getanyapi-0.35.3}/.gitignore +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/README.md +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/_account.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/_async_client.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/_client.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/_errors.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/_idempotency.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/_pagination.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/_transport.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/discovery_types.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/__init__.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/ahrefs.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/airbnb.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/alibaba.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/amazon.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/apollo.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/appstore.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/bluesky.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/booking.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/capterra.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/chatgpt.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/coinmarketcap.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/company.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/company_enrichment.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/company_search.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/congress.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/dexscreener.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/douyin.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/ebay.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/email.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/email_finding.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/email_verification.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/facebook.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/fiverr.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/g2.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/gemini.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/github.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/glassdoor.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/google.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/google_ads.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/google_finance.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/google_shopping.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/hackernews.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/indeed.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/instagram.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/job_search.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/linkedin.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/maps.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/mobile_phone.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/naver.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/pandaexpress.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/people_search.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/perplexity.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/person.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/person_enrichment.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/pinterest.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/playstore.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/polymarket.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/realtor.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/reddit.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/redfin.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/rednote.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/sec.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/semrush.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/seo.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/snapchat.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/social.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/spotify.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/substack.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/technographics.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/threads.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/tiktok_shop.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/tripadvisor.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/trustpilot.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/truthsocial.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/twitter.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/upwork.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/walmart.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/web.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/weibo.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/yahoo_finance.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/yelp.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/youtube.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/zhihu.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/platforms/zillow.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/py.typed +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/src/getanyapi/types.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/tests/conftest.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/tests/test_account.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/tests/test_client.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/tests/test_durable_requests.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/tests/test_envelope.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/tests/test_errors.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/tests/test_fixture_roundtrip.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/tests/test_fixture_sweep.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/tests/test_pagination.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/tests/test_transport.py +0 -0
- {getanyapi-0.35.2 → getanyapi-0.35.3}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: getanyapi
|
|
3
|
-
Version: 0.35.
|
|
3
|
+
Version: 0.35.3
|
|
4
4
|
Summary: Official typed Python SDK for AnyAPI: any API, one wallet, USD, no subscriptions.
|
|
5
5
|
Project-URL: Homepage, https://getanyapi.com
|
|
6
6
|
Project-URL: Documentation, https://getanyapi.com/docs
|
|
@@ -1884,7 +1884,7 @@ class TiktokNamespace:
|
|
|
1884
1884
|
List recent TikTok videos for a hashtag (creator, caption, views, likes,
|
|
1885
1885
|
shares).
|
|
1886
1886
|
|
|
1887
|
-
Price: $0.
|
|
1887
|
+
Price: $0.00144 per request.
|
|
1888
1888
|
|
|
1889
1889
|
Example:
|
|
1890
1890
|
res = client.tiktok.hashtag_videos(hashtag="cooking", limit=3)
|
|
@@ -2759,7 +2759,7 @@ class AsyncTiktokNamespace:
|
|
|
2759
2759
|
List recent TikTok videos for a hashtag (creator, caption, views, likes,
|
|
2760
2760
|
shares).
|
|
2761
2761
|
|
|
2762
|
-
Price: $0.
|
|
2762
|
+
Price: $0.00144 per request.
|
|
2763
2763
|
|
|
2764
2764
|
Example:
|
|
2765
2765
|
res = client.tiktok.hashtag_videos(hashtag="cooking", limit=3)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|