network-wiredAll About Scrapping Art of Scrapping

Tips for scrapping

Type of request

  1. Http request

  2. Websocket

  3. Raw TCP

  4. UDP

  5. GRPC

  6. MQTT

Tools

  1. Burpsuite

  2. Fiddler 2

  3. Wireshark

  4. Dev tool browser

Example API

GitBook's OpenAPI block is powered by Scalararrow-up-right, so you can test your APIs directly from your docs.

Add a new pet to the store.

post

Add a new pet to the store.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : modify pets in your account
  • : read your pets
Authorizations
OAuth2implicitRequired
Authorization URL:
Body
idinteger · int64OptionalExample: 10
namestringRequiredExample: doggie
photoUrlsstring[]Required
statusstring · enumOptional

pet status in the store

Possible values:
Responses
chevron-right
200

Successful operation

post
/pet

Last updated