Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Apify API client for Python
<h1 align=center>Apify API client for Python</h1>

<p align=center>
<a href="https://badge.fury.io/py/apify-client" rel="nofollow">
<img src="https://badge.fury.io/py/apify-client.svg" alt="PyPI version" style="max-width: 100%;">
</a>
<a href="https://pypi.org/project/apify-client/" rel="nofollow">
<img src="https://img.shields.io/pypi/dm/apify-client" alt="PyPI - Downloads" style="max-width: 100%;">
</a>
<a href="https://pypi.org/project/apify-client/" rel="nofollow">
<img src="https://img.shields.io/pypi/pyversions/apify-client" alt="PyPI - Python Version" style="max-width: 100%;">
</a>
<a href="https://discord.gg/jyEM2PRvMU" rel="nofollow">
<img src="https://img.shields.io/discord/801163717915574323?label=discord" alt="Chat on discord" style="max-width: 100%;">
</a>
</p>

The Apify API Client for Python is the official library to access the [Apify API](https://docs.apify.com/api/v2) from your Python applications.
It provides useful features like automatic retries and convenience functions to improve your experience with the Apify API.
Expand Down
Loading