ChatGPT Shared Chat Scraper - Conversations & Messages
Pricing
$5.00 / 1,000 conversation scrapeds
ChatGPT Shared Chat Scraper - Conversations & Messages
Scrape public ChatGPT shared conversations by URL. Get title, model, all messages (user + assistant), timestamps.
Pricing
$5.00 / 1,000 conversation scrapeds
Rating
0.0
(0)
Developer
Gio
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
ChatGPT Shared Chat Scraper
Scrape public ChatGPT shared conversations by URL. Get title, model, all messages (user + assistant), and timestamps.
For: AI research datasets, prompt engineering examples, conversation analysis, content archive, ChatGPT use-case studies.
Input
| Field | Type | Description |
|---|---|---|
shareUrls | Array (required) | ChatGPT share URLs. Format: https://chatgpt.com/share/{uuid} |
includeMessages | Boolean | If false, only metadata is returned. Default true. |
Output
{"url": "https://chatgpt.com/share/abc-123","shareId": "abc-123","title": "How does relativity work?","model": "gpt-4","createdAt": "2026-05-20T10:00:00.000Z","updatedAt": "2026-05-20T10:30:00.000Z","messageCount": 6,"isPublic": true,"gizmoId": null,"plugins": null,"messages": [{ "role": "user", "content": "Explain relativity simply" },{ "role": "assistant", "content": "Relativity has two parts..." }]}
If the conversation has been deleted or made private, the row will contain:
{"url": "...","shareId": "...","error": "shared_conversation_deleted","message": "Conversation has been deleted. Start a new chat.","httpStatus": 404}
Pricing
$0.005 per conversation. Pay-per-result.
Limitations
- Only PUBLIC shared chats (
/share/URLs) are supported. Private conversations require login. - ChatGPT's backend API is undocumented — schema may change. The actor handles gracefully.
If this actor helped you, please leave a review on the Apify Store.