Discover/myown.website API
live

myown.website APImyown.website

Retrieve and browse blog posts from MyOwnWebsite.com to discover business management tips and insights for service businesses like salons, pet care facilities, and spas. Access individual articles by title or browse through paginated lists of all available posts.

Endpoints
2
Updated
4h ago
Try it
Page number for pagination (starts at 1).
Number of posts per page, between 1 and 20.
api.parse.bot/scraper/1283a7e0-0027-4638-9009-6e31e7be599f/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/1283a7e0-0027-4638-9009-6e31e7be599f/list_blog_posts' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

List blog posts with pagination. Returns post titles, descriptions, images, published dates, and author information. Posts are ordered by most recent first.

Input
ParamTypeDescription
pageintegerPage number for pagination (starts at 1).
items_per_pageintegerNumber of posts per page, between 1 and 20.
Response
{
  "type": "object",
  "fields": {
    "page": "integer",
    "posts": "array of blog post summaries with title, slug, image_url, description, published_date, and author",
    "has_next_page": "boolean",
    "items_per_page": "integer",
    "has_previous_page": "boolean"
  },
  "sample": {
    "page": 1,
    "posts": [
      {
        "slug": "blog/the-5-best-dog-boarding-software-of-2026",
        "title": "The 5 Best Dog Boarding Software of 2026",
        "author": "EasyBusyPets team",
        "image_url": "https://lh3.googleusercontent.com/7bw7olW787xbCTW_qJma2m3a6dE7UTGyhEHL5CRv8GBwSgQdHODcujOJTxNijS9eZ2cal2sAuxTox3ObzZd-jWo1fmJQYAiWgam79pkSsoU",
        "description": "Discover the 5 best dog boarding software solutions for pet care businesses...",
        "published_date": "March 1, 2026"
      }
    ],
    "has_next_page": true,
    "items_per_page": 5,
    "has_previous_page": false
  }
}

About the myown.website API

The myown.website API on Parse exposes 2 endpoints for the publicly available data on myown.website. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.